go to post Dmitry Maslennikov · Sep 16, 2021 I would recommend downloading ZPM directly from its registry Versioned link https://pm.community.intersystems.com/packages/zpm/0.3.0/installer Or latest version https://pm.community.intersystems.com/packages/zpm/latest/installer
go to post Dmitry Maslennikov · Sep 10, 2021 It's your first comment, on DC, so, you are not contributed before the voting time.
go to post Dmitry Maslennikov · Sep 5, 2021 Documentation do ##class(Some.ClassName).%BuildIndices($lb("indexName1", "indexName2"))
go to post Dmitry Maslennikov · Sep 5, 2021 1) This is how ethernet works, if your ethernet cable have not connected, no connection and no IP address there. Sharing network over USB, as I know works fine on macOS, but not sure how to configure it for Windows. With macOS, it's possible to connect RaspberryPI with MacBook with USB-c to USB-C cable, and it will power it and gives access to the network. 2) Upgrading Docker-based applications, it the topic right for Docker. It's not so easy to explain how to upgrade Container. Containers are stateless, and the process is just to stop the existing container and start a new one from the updated image. You don't have to extract archives supposed to be used by Docker. They have to be used as-is with command docker load -i iris_community_arm64-2021.1.0.215.0-docker.tar.gz and this will load the image to docker, and then it can be used there Yes, InterSystems, offers distributions of IRIS, which can be installed without Docker. And for sure, you can run as many instances of IRIS as you want, as soon as you have enough resources for it.
go to post Dmitry Maslennikov · Sep 4, 2021 Yes, when you created a new class, it is just a file on your local disk. When you saved it, VSCode caught this action, and sent it to the server, and compiled it. But deleting this file, not a reason to do the same on the server. You can delete class with Explorer view, there you may find any classes, that are stored on the server. By context menu you can Delete the item on the server, or Export it to get the local version. Icons close to class names, the same as in File Explorer view, may indicate the connection to your local file.
go to post Dmitry Maslennikov · Aug 21, 2021 It’s a class not routine, and you call to method not label, so instead of double dollar, you have to use double dots ..occupiedseatsAdj
go to post Dmitry Maslennikov · Aug 20, 2021 Well, ok, for Authentication azure provides OAuth2 and SAML, both possible to integrate to IRIS User synchronization may work in two ways, every time when user is authorized, so get synced only users has authorized at least once. Or periodically, get a complete synchronization, this could be possible only with saml.
go to post Dmitry Maslennikov · Aug 20, 2021 What kind of integration you need? Just authentication, or even user synchronization? or something else?
go to post Dmitry Maslennikov · Aug 20, 2021 VSCode itself has some limitations and due to this, not so easy to add an ability to show some angular page. But anyway, much more you’ll achieve if you do it as an extra extension to VSCode, instead of still using Source control classes.
go to post Dmitry Maslennikov · Aug 20, 2021 Added an article about GitHub Codespaces with an ability to edit ObjectScript with running IRIS inside. With an extra option to run own browser version of VSCode anywhere in the cloud on your own conditions.
go to post Dmitry Maslennikov · Aug 20, 2021 By Setting in Business Service which it will be tied to. But I think, it will be simple, like check that latest data where create date more than current plus n seconds
go to post Dmitry Maslennikov · Aug 20, 2021 Looks like, that you have some data generated, which you should care about, but with some delay. So, how about creating some custom adaptor, which would look at that data, check for conditions and do the task. So, just only need an index by creation time.
go to post Dmitry Maslennikov · Aug 19, 2021 Why not to place it to some GitHub repo or at least gist?
go to post Dmitry Maslennikov · Aug 17, 2021 github.dev, is just a simple VSCode but in the cloud. It may get a coloring if it would allow at least our main extensions for ObjectScript, which in fact provide a basic coloring. GitHub.com itself uses coloring from another source, which in fact almost the same as for VSCode. I'll look at github.com, and maybe I will find a solution, how to get coloring there somehow. And thinking about Codespaces feature as well.
go to post Dmitry Maslennikov · Aug 6, 2021 I think this may happen, due to some issues with availability of some internal services. In any way it’s now possible using VSCode for development with InterSystems versions 2016.2 and later. So, I would recommend using it instead. Documentation
go to post Dmitry Maslennikov · Jul 28, 2021 As I know, there is no way to have a schedule for the whole production. Just only services can have scheduled. With working hours 8:00-18:00, will be something like this. START:WEEK-*-01T08:00:00,STOP:WEEK-*-01T18:00:00,START:WEEK-*-02T08:00:00,STOP:WEEK-*-02T18:00:00,START:WEEK-*-03T08:00:00,STOP:WEEK-*-03T18:00:00,START:WEEK-*-04T08:00:00,STOP:WEEK-*-04T18:00:00,START:WEEK-*-05T08:00:00,STOP:WEEK-*-05T18:00:00