go to post Evgeny Shvarov · Oct 3, 2022 Maybe it makes sense to add something like cself or Self to refer to a class inside classmethods. @Bob Kuszewski ?
go to post Evgeny Shvarov · Oct 3, 2022 This is to refer to a parameter via Embedded Python. I’m rewriting the ObjectScript code to Embedded python and looking for the options how to deal with class parameters. Just don’t want to introduce a helper ObjectScript method to get the parameter value. Thought it could be something autogenerated as it is for properties.
go to post Evgeny Shvarov · Oct 1, 2022 Thanks, @Jane Yan for sharing! Looks like a very timely and in-demand solution! Good luck with going to the market!
go to post Evgeny Shvarov · Sep 30, 2022 Proud of our Dev Ecosystem Team! Thanks, @Anastasia Dyubaylo for sharing! My favorites are Random Coffee, New About page, and Key Questions! And of course the Memes! Who says that summer is a quiet time - not in the InterSystems Developer Community!
go to post Evgeny Shvarov · Sep 27, 2022 Perforce is nothing to do with the case, but I agree with @Dmitry Maslennikov - you shouldn’t deploy classes without storage, it can cause unpredictable and severe errors in case of data structure changes (e.g. if you rename/delete the property).
go to post Evgeny Shvarov · Sep 24, 2022 Hi @Patty Aguirre-Romero ! You may want to have a look at the EnsDemoEnsDemo project on OEX. It has a set of productions with BPL I believe. can be installed in any IRIS with ZPM: USER>zpm "install irishealth-ensdemo"
go to post Evgeny Shvarov · Sep 22, 2022 I second with @Dmitry Maslennikov - the easiest and handiest way to stay up-to-date with current versions of InterSystems Docker images is to use Docker Desktop and set up an InterSystems extension.
go to post Evgeny Shvarov · Sep 20, 2022 For those who will participate: please prepare your tips&tricks for: 1. Development 2. Debugging 3. Working with version control 4. Hidden gems 5. Final arguments! There will be an option to demo your skills and approaches!
go to post Evgeny Shvarov · Sep 19, 2022 There is a SpeedMiner company that still produces such a product I guess. Calling @Lee Mei Chuan.
go to post Evgeny Shvarov · Sep 19, 2022 Thanks, @Robert Cemper ! I encourage Docker usage too! It's not only easy to try and thus easier to get a review, but it's also easy for other developers to contribute to your one. Here is the basic template to start your docker development with IRIS.
go to post Evgeny Shvarov · Sep 15, 2022 Hi @José Pereira ! Don't you plan to contribute an example on OEX?
go to post Evgeny Shvarov · Sep 15, 2022 Hi @Muhammad Waseem! Could you please add the link of online demo in the OEX app here https://openexchange.intersystems.com/package/iris-energy-isodata
go to post Evgeny Shvarov · Sep 13, 2022 Hi @Lucas Enard! Thanks for such a great contribution to the community! I have a question: where can I obtain an API key for GPT2 to run the test: { "api_url":"https://api-inference.huggingface.co/models/gpt2", "payload":"Can you please let us know more details about your ", "api_key":"----------------------" }
go to post Evgeny Shvarov · Sep 12, 2022 Hi @Cristiano Silva ! Thanks! It is but I was looking if we have methods that export classes and other resources not in XML, but in UDL (Class) form. Curious how folks with client-based source control deal with it when programmatical export is needed.