go to post Evgeny Shvarov · Jun 29, 2019 Do we have two types of getters?I mean the one which you code a method like Class.PropertyGet()
go to post Evgeny Shvarov · Jun 29, 2019 Thanks, Danny!good point on slow opening an instance with 100 properties and maybe lot more got swizzled.
go to post Evgeny Shvarov · Jun 29, 2019 Maybe getters could be considered as bad practice in general cause its not called with get stored and not called via SQL
go to post Evgeny Shvarov · Jun 29, 2019 Thanks, Ed! This is nice!But this will approach will not execute getter method if any, right?
go to post Evgeny Shvarov · Jun 19, 2019 Thanks, Anastasia!Very helpful! I believe we also have a series upon the number of accepted answers, like 10,25,50,100 accepted answers. Do we?
go to post Evgeny Shvarov · Jun 19, 2019 Like a feature map between versions? Would be great to have one.
go to post Evgeny Shvarov · Jun 19, 2019 Raising this again.Suppose I changed how dimension A works. How do I sure that none of the pivots were broken because of the change?Yes, I can manually run all the pivots I have. But maybe somebody did a class for that?
go to post Evgeny Shvarov · Jun 17, 2019 Hi Jimmy!401 means that Authenticated user is not authorized to reach the server.To prove the fact you could grant the application a %ALL role (the second tab) and this should work then.
go to post Evgeny Shvarov · Jun 17, 2019 Hi Murillo!Also this article by @Michael Broesdorf could be helpful.
go to post Evgeny Shvarov · Jun 13, 2019 IRIS 2019.2 is available on Docker Hub.The line for Dockerfile is: ARG IMAGE=store/intersystems/iris:2019.2.0.107.0-community
go to post Evgeny Shvarov · Jun 11, 2019 Thanks, Jeff!When the Community version of InterSystems IRIS 2019.2 will be available on Docker Hub too?
go to post Evgeny Shvarov · Jun 11, 2019 You are welcome, Nikita! This was pretty random but must admit that WebTerminal is a really popular app. And looking forward to seeing the commit to make the repo considered as InterSystems ObjectScript application ;)
go to post Evgeny Shvarov · Jun 6, 2019 I'd go with one namespace for one project approach. It's much more manageable in the long term.Take a look at this video where I show the example of starting new ObjectScript project with Github, VSCode, and Docker, and which has an installer for a new namespace.
go to post Evgeny Shvarov · Jun 6, 2019 Notepad++ is an editor on steroids. So is VSCode, sort of. Why are you surprised?