go to post Evgeny Shvarov · Feb 26, 2020 Thanks Hao Ma, this sounds reasonable. Inviting @Benjamin De Boe , @Raj Singh to comment on this.
go to post Evgeny Shvarov · Feb 26, 2020 Thanks, Robert! > keep in mind: Caché is built for speed, not for the comfort of the average programmer We work hard to make IRIS not only fast but comfortable too for any backend, full-stack, AI developer. Pinging @Raj Singh , our Product Manager on Developer Experience.
go to post Evgeny Shvarov · Feb 26, 2020 The issue is, if you keep it Github shows that it is "Behind the remote origin". How do you fix this? Or how do you deal with this?
go to post Evgeny Shvarov · Feb 24, 2020 Alex, just published an article, which could help to Dockerise your repo just by introducing a few files - everyone will be able to launch you project with docker. And maybe even collaborate.
go to post Evgeny Shvarov · Feb 22, 2020 Consider a simple exercise: 1. Install Docker desktop (if you don't have it). 2. Run in OS terminal the following: docker run --rm -p 52773:52773 --init --name iris store/intersystems/iris-community:2020.1.0.199.0 Then open Management portal in your host browser on: http://localhost:52773/csp/UtilHome.csp Works?
go to post Evgeny Shvarov · Feb 22, 2020 Why do you think so? IRIS running in docker exposes its ports to a host machine and can be accessed used by any other application on a machine, e.g. Excel
go to post Evgeny Shvarov · Feb 21, 2020 Alex, the easiest (for tester) way to test an arbitrary module is to embed (for developer) the module into docker container cause this will work in any case on any machine with Docker installed. Why not install your staff in a docker container? Check the template. Another option - make a ZPM module - the template for ZPM module.
go to post Evgeny Shvarov · Feb 21, 2020 Hi Stuart! No worries, this is often situation. Register with the new member profile and refer to @Anastasia Dyubaylo e.g. with Direct Message. Anastasia will copy all the content from one of your previous profile to a new one and will deactivate the previous profile when you are satisfied with the setup of a new one.
go to post Evgeny Shvarov · Feb 21, 2020 Hi Mathew! Nice! Thanks for sharing! If you have Docker addon installed and use docker-compose files the another option to connect to a local IRIS instance on docker in VSCode is: 1. Run the docker container (right-click on docker-compose.yml -> restart) 2. Open terminal to a running container and start IRIS session: $ iris session iris You can reproduce the approach with this template repo on Open Exchange.
go to post Evgeny Shvarov · Feb 20, 2020 The live stream for the AI conference on InterSystems Iberia event!
go to post Evgeny Shvarov · Feb 19, 2020 Published "Developer Resources" slides from InterSystems Iberia Summit in Barcelona.
go to post Evgeny Shvarov · Feb 14, 2020 This article describes all the details about <invoke> elements.
go to post Evgeny Shvarov · Feb 14, 2020 Here is objectscript package template, which has an example module.xml with almost everything which could happen in a package. Take a look on invoke tag: <Invokes> <Invoke Class="community.objectscript.PersistentClass" Method="CreateRecord"></Invoke> <Invoke Class="community.objectscript.ClassExample" Method="SetToTheGlobal"> <Arg>42</Arg> <Arg>Text Data</Arg> </Invoke> </Invokes> Place calls elements <Invoke> in <Invokes> tag. You can pass parameters if you need.
go to post Evgeny Shvarov · Feb 14, 2020 Tried in VSCode with docker-compose: works like a charm, great job!
go to post Evgeny Shvarov · Feb 14, 2020 Henrique! Thank you so much for sharing this fantastic addon! I hope developers will benefit from it very much and even contribute! Small hint: I haven't found the link in the article where the Enhanced Viewer can be opened - here is the link if you run with docker: http://localhost:52773/csp/msgviewer/messageviewer.csp
go to post Evgeny Shvarov · Feb 14, 2020 This is fantastic, Henrique! Looking forward install IRIS History Monitor via ZPM!