go to post Ben Spead · Jan 19, 2024 Congratulations and thank you very much to everyone who invests so much into the InterSystems Developer Community!!
go to post Ben Spead · Jan 17, 2024 @Nimisha Joseph - I always use the Windows uninstall GUI ... if that doesn't work for you I recommend that you contact InterSystems Support.
go to post Ben Spead · Jan 12, 2024 for the right column on the top two tables, is that number of downloads or number of distict people who downloaded?
go to post Ben Spead · Jan 11, 2024 @Sreevani Goli - I am not sure about the DTL syntax, but looking at the error it looks like the "," is being dropped from the 2nd argument. Maybe you need to try using "","" to escape the double quotes around the comma?
go to post Ben Spead · Jan 11, 2024 @Benjamin De Boe - congratulations to the entire team for this VERY exciting milestone!!!!
go to post Ben Spead · Jan 11, 2024 @Sreevani Goli - if you know it is comma delimited and you want to strip off the last comma, you could use $piece() as follows: USER>s Str="Addr1,Addr2," USER>write $piece(Str,",",1,*-1) Addr1,Addr2 This will basically grab the entire string except for the last comma (and anything that comes after it).
go to post Ben Spead · Jan 10, 2024 @Alan Watts - there is no client-side Git plugin for Studio. Studio works exclusively with server-side source-control hooks. This is what the git-source-control package on OEX is ... it is server-side source control hooks to allow multiple developers to properly interact with a git repo from a single Namespace within InterSystems IRIS. So once this is properly installed and configured for a given Namespace, once you connect via Studio you should see new top level Menu items in Studio and all changes will be governed by the source control hooks. Nothing else is needed to be installed on the developers' Studio instances in terms of plug-ins, etc.
go to post Ben Spead · Jan 9, 2024 @Colin Brough - the heart of the GitLab integration with HS shown in this video is the git-source-control package which is available on the Open Exchange for you to download and use: https://community.intersystems.com/post/git-shared-development-environments More details can be found here: https://community.intersystems.com/post/video-git-gitlab-shared-developm...
go to post Ben Spead · Jan 8, 2024 I love the summary (and the statistics :) Thank you to everyone who contributed this content and engaged with it!!
go to post Ben Spead · Jan 4, 2024 Thanks @Mindy Caldwell - that is the goal! Glad you find it to be useful :)
go to post Ben Spead · Jan 3, 2024 @Nirmala Rama - I suggest you start a new Question in the Developer Community on this (as it will get more attention than a comment in a 2+ year old thread). Welcome to the community!!
go to post Ben Spead · Jan 2, 2024 @Alan Watts - to clarify, can you please confirm that you are trying to use Embedded (aka Server-side) source control using the git-source-control package from OEM?
go to post Ben Spead · Jan 1, 2024 https://www.intersystems.com/try-intersystems-iris-for-free/ Click "Start Coding Now" and it will spin up a cloud instance with tutorials you can work through. Welcome to IRIS!!
go to post Ben Spead · Dec 27, 2023 Thank you for all of the ideas which make all of our products and online offerings better :-)
go to post Ben Spead · Dec 21, 2023 You can configure your own ZPM registry within your network and serve it from there I believe. See https://community.intersystems.com/post/setting-your-own-intersystems-ob...
go to post Ben Spead · Dec 20, 2023 Wait ... is that a "reCAP" on the logo? ;) Love it - thanks for all you do!
go to post Ben Spead · Dec 20, 2023 Please remember to vote in the poll once you read the article! Feel free to ask questions here about apps that may be new to you.