link is available now
- Log in to post comments
link is available now
Thanks again @Robert Cemper for this handy resource.
@Ben Spead the only reason was it took me longer to write the article. Just published here: https://community.intersystems.com/post/studio-vscode-migration-docs-no…
@Marc Mundt and @Ben Spead ask and you shall receive. The cheat sheet has been published: https://intersystems-community.github.io/vscode-objectscript/studio/#ke…
@Dmitry Maslennikov is correct. There's a bug in 2022.2 builds that prevent debugging from working. The best solution is to move to 2022.3.
For those who find this post, a JVM is now included in official InterSystems IRIS images, so it is no longer necessary to build your own.
Are you sure you are connected to IRIS? One way to check this is to make sure you can browse using the ObjectScript explorer pane.
.png)
Great to have you!
Even quicker way to get there is CMD-E twice (on Mac) or CTRL-E twice (Windows)
Hi @Jordan.Everett. Version 2017.2 should work fine. It's not too old of a version. Did the @Yuri Marx article help?
Happy New Year to you, too!
The new link to the FAQ at the end of the article shouldn't require a login: 02-nopws_faq.pdf (intersystems.com)
The "Full Stack Tutorial" link on https://developer.intersystems.com/ is another source of help for building REST APIs.
Nice tip re: HEALTHCHECK
Thanks @Piyush Adhikari
@Guillaume Rongier I've had trouble getting this setup to work. Can you share your configuration (settings.json file?) to get VS Code to use irispython?
https://www.worldbank.org/en/topic/climatechange can help contestants identify important issues.
NOAA is the first place to look for climate data: https://www.climate.gov/maps-data
USGS is a great source of free satellite imagery: https://earthexplorer.usgs.gov/
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
Hi @Matjaz.Murko. Can you provide a code sample to help clarify your question?
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.
Amazing accomplishments in such a challenging year. I salute you all.
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!
Hi @Samuel.Duncan. This answer should solve your problem: https://community.intersystems.com/post/vscode-missing-iris-icon-activity-bar
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.
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".
.png)
https://github.com/intersystems-community/vscode-objectscript/issues/79…;
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!
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
If you really need it, you can contact support to get the Atelier package for a local install.
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.
Thanks for the insights @Rubens.Silva9155. I'm a fan of React also, and I'm planning to try our Vue.js as well.