go to post Dmitry Maslennikov · 9 hr ago I did say nothing about critical bugs, critical bugs should go to WRC Something that would bother open source developer, some obstacles that prevents to make open source project function in full power, that's where we need public bug reports
go to post Dmitry Maslennikov · 21 hr ago No one is expecting that this way is replacing WRC. It's expected that WRC is keep everything private for everyone safety. When it comes to Ideas portal, originally all ideas was public and when Bug reports added there, would think about public too. And anyway ideas portal for bug reports would mean only open source projects where no sensitive data expected, and you could provide a note about it. Such issues reported through Ideas portal, could be considered as known issues. And may be able to provide workarounds, if InterSystems would not fix it. Unfortunately after so many years of interaction with InterSystems I can say, if someone without support will report about issues with InterSystems products, those issue will be forgotten. WRC quite fast responses, you are not on support. And I stopped using any form of private reporting. Only public exposure can help in resolving issues. Even projects such as InterSystems Cloud, where a bit different a way of support, it's quite difficult to get support.
go to post Dmitry Maslennikov · Nov 16 As I expected no one gonna resolve bugs reported there, InterSystems is very busy on taking over my projectsI've already implented it a while back and faced bugs in the Driver, I'm asking to solveProject that I implemented 3 years ago, and did not have any big issues, except that due to issues in IRIS SQL, now somehow does not suit InterSystemsBut now InterSystems has decided to make its own SQLAlchemy, I wonder how they are going to do it without solving driver issues
go to post Dmitry Maslennikov · Nov 14 IRIS License Agreement is a major obstacle on developing bigger integrations like Golang, when InterSystems may conseder such projects as violation for no reason. And the whole community driven ecosystem's future could have issues Golang is just a start, I hope to see much more libraries in the future, and it's difficult to rely solely on InterSystems with this question. I'd like to publish my Rust work too.
go to post Dmitry Maslennikov · Nov 14 So, bugreports not visible to other users? Ideas portal originally public, and would mean bug reports mostly related to projects to open source, or non enterprise. If bug reports will not be open to everyone, means that InterSystems would have no intention to resolve those bugs, for issues with no support. And possibility to have duplications, which will not help. Closed bug reports will not get any votes, and it will not help to prioritize such issues. What's the point then? While it's closed I don't see any point to post any more issue, it will not be resolved anyway.
go to post Dmitry Maslennikov · Nov 13 ahh, yes, I'll try to have a lookwith so many projects on my hands quite easy to get distracted, and since it's an open-source project not easy to find a time to properly maintain them
go to post Dmitry Maslennikov · Nov 13 could you try iterm, how is it working?https://openexchange.intersystems.com/package/iterm
go to post Dmitry Maslennikov · Nov 13 Thanks, finally, the place to report issues discovered during open-source projects development
go to post Dmitry Maslennikov · Nov 13 I love the challenge of bringing IRIS into new technical worlds. So far I've built tools and integrations for Go, Python, Node.js, and Java, and I'm eager to continue exploring areas where IRIS hasn’t stepped yet. Creating these “first steps” is what inspires me professionally.
go to post Dmitry Maslennikov · Nov 7 Aside already mentioned above. This implementation does not work with SQL in IRIS, it was made to work the same for IRIS and for YottaDB and co. But in most cases what's needed for new developers is SQL
go to post Dmitry Maslennikov · Nov 6 What I did is just copied the logic from Python to Go, nothing else. It does not require reverse engineering, because it's written in pure python. I did not decompile anything. Nothing is actually close, undocumented yes. Anyone can read that code and repeat what I did.
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.