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.
go to post Evgeny Shvarov · Sep 12, 2022 @Oliver Wilms , @Dmitry Maslennikov sent you a PR with the fix for the deployment.
go to post Evgeny Shvarov · Sep 8, 2022 If you want to add a quality check to your applications, just add this file to the GitHub repository. This will perform a check automatically with every commit.
go to post Evgeny Shvarov · Sep 8, 2022 Very useful feature! Thanks, @Elena E ! And here is the link with which you can see the applications that accomplish the test.
go to post Evgeny Shvarov · Sep 2, 2022 Or you can just change the files in VSCode using Find and Replace with some wise regular expression
go to post Evgeny Shvarov · Sep 2, 2022 I guess you know more about it. I’d also ping @Dmitry Maslennikov as he tried to make a ZPM package for the whole documentation.
go to post Evgeny Shvarov · Sep 2, 2022 I see that the documentation pages are IRIS CSP classes. So I guess it could work if installed in IRIS. I guess also there is a set of static files (FILECOPY could help). IMHO, the reasonable approach to have a separate repo ensdemo-doc and a separate module the, which will be a dependent module to irishealth-ensdemo So people could contribute to documentation independently and update it independently too.