go to post Dmitry Maslennikov · Nov 5 Still support, for sure, contact me directly, i.can help with implementing it.
go to post Dmitry Maslennikov · Nov 5 I closed it. My contest app was removed for no reason, even after I won, so there's no reason to keep it open.
go to post Dmitry Maslennikov · Nov 3 Looks like ML edition is deprecated.InterSystems removed them everywhereEven for Enterprise most recent version is 2024.1
go to post Dmitry Maslennikov · Oct 22 Well, it's mostly like looking at the open implementations, for instance InterSystems Driver, packed as Python package as zip archive here https://github.com/intersystems-community/iris-driver-distribution/tree/.... It contains the whole protocol implementation. Some parts of protocol even in plain in IRIS classes too.
go to post Dmitry Maslennikov · Oct 12 It does not use any already published, it adds a new one for Go, works directly with port 1972
go to post Dmitry Maslennikov · Oct 10 That's a great work, but today we have containers, why do not use containers?
go to post Dmitry Maslennikov · Oct 7 Demo of using of this project is here. Project participating in the contest, please vote if you find it useful
go to post Dmitry Maslennikov · Oct 7 Demo of using of this project is here. Project participating in the contest, please vote if you find it useful
go to post Dmitry Maslennikov · Oct 7 I'm quite new to go world, let me know which package exactly you talking about, I'll have a look
go to post Dmitry Maslennikov · Oct 3 Not sure about Windows and Cache, but it works with IRIS and Linux
go to post Dmitry Maslennikov · Oct 1 use do $system.Process.Terminate($job, 125) or do $zu(4,$job,125) to exit with code 125
go to post Dmitry Maslennikov · Sep 7 Unbelievable, feels like it was just yesterday when all of this just started. And now it has become a huge thing.
go to post Dmitry Maslennikov · Aug 25 Earned points (but didn't redeem yet ... am saving them up ;) ) They already took the Tesla out, unfortunately. And I'm at the point where I don't even know how to spend all the points.
go to post Dmitry Maslennikov · Aug 19 I know a bit about how to use tree-sitter, but npm install does not work in this project, and tests are failing
go to post Dmitry Maslennikov · Aug 18 Wow, thanks a lot, now we have something to work on. Is there any contribution guide? I cloned the project and tried to build it locally, but it does not look so simple
go to post Dmitry Maslennikov · Aug 17 So, essentially, the primary reason for using hashed globals is to create a separate global for each index. Which will help, only if you have quite a big table with lots of indexes, and a high-load application.
go to post Dmitry Maslennikov · Aug 16 Just a different global name will not make access faster. Most of the reasons here are just to support uniqueness. So, it will not overlap.
go to post Dmitry Maslennikov · Aug 12 It's based on closed code, which does not support AST, and requires running in IRIS. We need full AST, and have been able to run without IRIS, just run in any of CI environments.