go to post Raj Singh · May 30, 2022 And if you are lucky enough to have an Apple computer with an ARM chip (with M1 and M2 names so far...) look at the containers with a "-arm64" suffix: docker-ls tags --registry https://containers.intersystems.com intersystems/iris-community-arm64
go to post Raj Singh · May 4, 2022 Hi @Matjaz Murko. Can you provide a code sample to help clarify your question?
go to post Raj Singh · Dec 13, 2021 Another interesting area is ingesting Synthea data directly into IRIS!
go to post Raj Singh · Dec 13, 2021 It would be great to see a solution that made it easy to get data from open government systems using popular APIs such as Socrata and CKAN. For example, Cambridge, MA uses Socrata. And the US Government uses CKAN.
go to post Raj Singh · Jan 1, 2021 Amazing accomplishments in such a challenging year. I salute you all.
go to post Raj Singh · Dec 28, 2020 Hello @Werner Noske. Now that VS Code has replaced Atelier as our cross-platform IDE (Studio is still supported), we have removed the plugin from the Eclipse Marketplace. The page you reference will soon make this clear as well. As @Dmitry Maslennikov says, we encourage developers to follow the guidance in this announcement and move to the VS Code platform if at all possible. Thanks!
go to post Raj Singh · Nov 14, 2020 Hi @Sam Duncan. This answer should solve your problem: https://community.intersystems.com/post/vscode-missing-iris-icon-activity-bar
go to post Raj Singh · Nov 5, 2020 This is a very common error. You may be in a rush, or doing too much multi-tasking, then open VS Code expecting to see the IRIS icon signifying your favorite programming extension is ready and waiting. Then to your surprise, it's missing! The likely problem is that you haven't opened a folder yet in VS Code. Just do that and you should see the icon again.
go to post Raj Singh · Oct 26, 2020 This functionality does not yet exist in the VS Code ObjectScript extension. There is already an issue for it, and you can upvote it by clicking on the smiley face icon and choosing "thumbs up". https://github.com/intersystems-community/vscode-objectscript/issues/79
go to post Raj Singh · Sep 30, 2020 Many code snippets exist for ObjectScript already. You can learn how they work in the VS Code docs here. And if you're comfortable reading JSON, you can then go and see what's already implemented in the ObjectScript extension in this JSON file. If you don't find what you're looking for, I hope you'll consider building some of your favorites and submitting a pull request!
go to post Raj Singh · Jul 10, 2020 I think you'll be frustrated if you try to use DocDB for XML documents. DocDB data "is stored either as a JSON dynamic object or as a JSON dynamic array". https://docs.intersystems.com/irislatest/csp/docbook/Doc.View.cls?KEY=GDOCDB_intro
go to post Raj Singh · Jun 19, 2020 If you really need it, you can contact support to get the Atelier package for a local install.
go to post Raj Singh · Jun 9, 2020 Thanks all. I was using solution #1 from @Eduard Lebedyuk -- creating a new %RegisteredObject class to hold the response -- because it gives me good control over what is happening while keeping my code easy to understand. The solution using the `%ZEN.Auxiliary.altJSONProvider` class is interesting to keep in mind, but it outputs the class name as a "_class" key , which I don't want, and relying on the old %Zen class library isn't recommended in new solutions. The answer from @Muni Ganesh works too, but I wanted to do something more elegant than the "brute force" approach (but that offers complete control over the process). @Max Abrahams you offer an interesting solution too. When I have an opportunity I'll have to try out that SQL-centric approach.
go to post Raj Singh · Jun 2, 2020 Thanks for the insights @Rubens Silva. I'm a fan of React also, and I'm planning to try our Vue.js as well.
go to post Raj Singh · Jun 2, 2020 @Armin Gayl we'll soon have a lot of news regarding source code management in VS Code. Of course, out of the box you can use any client-side SCM you want, with git being the obvious choice since it's built-in to the product. We're working hard on server-side SCM as well, which you will see in beta this summer.
go to post Raj Singh · May 31, 2020 Are you on macOS Catalina? If so, you will not be able to install IRIS or Cache due to new security settings in the operating system. See this advisory: https://www.intersystems.com/support-learning/support/product-news-alerts/support-alert/advisory-intersystems-products-and-apple-macos-10-15-catalina/
go to post Raj Singh · May 25, 2020 By SPA you mean single-page application, yes? Will your product also be a progressive web app? Will you use a framework like React or Angular or Vue?
go to post Raj Singh · May 25, 2020 Hi @Renan Lourenco. Yes VS Code is way behind Studio in features today, but Studio has a head start of many decades! We'll get there...
go to post Raj Singh · May 4, 2020 Nice tip! I put it on GitHub. https://gist.github.com/rajrsingh/18f63b05abf7cdaff31b414d860f2b44