go to post John Murray · Feb 23, 2023 You need to use the Sorts After operator ]] to do this. See https://docs.intersystems.com/iris20223/csp/docbook/Doc.View.cls?KEY=GCO...
go to post John Murray · Feb 17, 2023 I have logged this at https://github.com/george-james-software/gjLocate/issues/3
go to post John Murray · Feb 17, 2023 There's already an extension to help you with that:https://marketplace.visualstudio.com/items?itemName=georgejames.gjlocate
go to post John Murray · Feb 11, 2023 Thanks Semion. I added that, and I have now set up an online demo and linked to it from OpenExchange. Please add this bonus.
go to post John Murray · Feb 10, 2023 I've recently been using codetidy as an example codebase. See https://community.intersystems.com/post/gj-codespex-now-supports-exclusions
go to post John Murray · Feb 10, 2023 Also, there's a containerized demo of DX Jetpack at https://github.com/gjsjohnmurray/dx-jetpack-demo (link in the README of the extension too), which I hope will count for the Docker bonus.
go to post John Murray · Feb 10, 2023 Second article related to DX Jetpack is at https://community.intersystems.com/post/gj-codespex-now-supports-exclusions, and it includes a link to a YouTube video.
go to post John Murray · Feb 10, 2023 This seems to be exactly the same vague question as at https://community.intersystems.com/post/queue
go to post John Murray · Feb 10, 2023 And the same applies to https://community.intersystems.com/post/iris-tripleslash-lets-rock-together
go to post John Murray · Feb 10, 2023 @Henrique Dias as a minimum please put that gif below the teaser break, so it doesn't show on the home page. People who have a physiological sensitivity to fast-moving images risk being made to feel physically sick when they visit DC to see what's new.
go to post John Murray · Feb 7, 2023 In VS Code the "editor.insertSpaces" boolean setting governs whether or not pressing Tab will insert a tab character or a number of space characters (specified in the "editor.tabSize" setting). "editor.insertSpaces" is one of the settings which can be specified per-language. The command "Preferences: Configure Language Specific Settings..." gives you a language picker, then seeds the Settings Editor filter so you can easily set a language-specific value. Below is a screenshot showing how I can make the Tab key enter the tab character when in a document set to the objectscript-class language. You make a good point about how Python-coded methods must be space-indented. VS Code can't help you with this, as it sees the entire .cls document as being objectscript-class language. So I suggest you leave "editor.insertSpaces" at its default (checked / true). The ObjectScript-coded methods won't mind being space-indented.
go to post John Murray · Feb 3, 2023 If you use VS Code you might like to see how one of the extensions in https://openexchange.intersystems.com/package/DX-Jetpack-for-VS-Code shows you all the properties (and other class members, such as methods).
go to post John Murray · Jan 28, 2023 Please see https://community.intersystems.com/post/unc-path-not-recognized#comment-... and the post it refers to.
go to post John Murray · Jan 26, 2023 Presumably those problems are only affecting the Community container build, seeing as Online Distribution is offering an ARM64 of the non-Community variant:
go to post John Murray · Jan 25, 2023 NOTE: ARM Community containers are not available for this Developer Preview #6. Why is this? The same happened for Preview #5.