go to post Evgeny Shvarov · Apr 13, 2019 Great news, Eduard!I wonder - if Python Gateway works with IRIS Community Edition?
go to post Evgeny Shvarov · Apr 11, 2019 Thanks, Rob!Introduced your issue here. Please share more requests and feedback there
go to post Evgeny Shvarov · Apr 4, 2019 Is it only for the Management Portal? Or will influence any Zen apps too? e.g. DeepSee/IRIS Analytics UI?
go to post Evgeny Shvarov · Apr 4, 2019 I think it's better to show this famous window with the alert for better understanding. Do you have one? )
go to post Evgeny Shvarov · Apr 3, 2019 Hi Flavio!Hope you are talking about Visual Studio Code, not Visual Studio.There are at least two active approaches on coding and compiling ObjectScript from VSCode:VSCode ObjectScript by @Dmitry Maslennikov Serenjii by George James Software, with a debugger in VSCode, recently announced by @John Murray .Also, check my video on how to compile from VSCOdeHTH
go to post Evgeny Shvarov · Apr 2, 2019 Anyway, was a good "1st april joke" approach ;) I like! Thanks, @Timur.Safin !
go to post Evgeny Shvarov · Apr 1, 2019 BTW, where do you maintain local variables for each closure?They have a separate memory page somehow, right? E.g. here we have separate pages for cnt1 and cnt2
go to post Evgeny Shvarov · Apr 1, 2019 Bravo, @Timur.Safin !And what about the performance? ;) Are closures just a "MIT student must" syntax sugar, or it gives you some boost in execution too? ;)
go to post Evgeny Shvarov · Mar 28, 2019 +1 to Alexander. And I propose the new Warning rule for this:Check for if SQLCODE after every &SQL() before the next &SQL() or before the end of the method.
go to post Evgeny Shvarov · Mar 27, 2019 Hi Oliver!Could you please mark your answer as accepted? Thanks!
go to post Evgeny Shvarov · Mar 22, 2019 Thanks for sharing it, Lily! And now it's available on Open Exchange too.
go to post Evgeny Shvarov · Mar 20, 2019 Jeff, thank you for the great news!When could we expect IRIS 2019 Release Community Edition available on cloud marketplaces?
go to post Evgeny Shvarov · Mar 20, 2019 Goran, please mark your answer as accepted - to let the question to be visible as closed and not appear in the "No accepted answer" filter. Thank you!
go to post Evgeny Shvarov · Mar 19, 2019 Thank you, Luca! Besides agility, I like the saving of the developer's time on environment setup. Docker IMHO is the fastest way for a developer to start compiling the code. And what's even better - it's a standard way from project-to-project: docker-compose build #(when needed) docker-compose up -d #(always)
go to post Evgeny Shvarov · Mar 19, 2019 If we talking about some InterSystems Community-wide coding guidelines my vote is for the second variant cause it's more readable.