Evgeny Shvarov · Jun 28, 2020 go to post

Not sure what doesn't work for you. Could you please share an example? Or elaborate the problem?

Evgeny Shvarov · Jun 28, 2020 go to post

Oh. Or make a small program, which does the thing - multiline editor for terminal. very simple. Just to have an option copy-paste several lines of code and run it in terminal

Evgeny Shvarov · Jun 19, 2020 go to post

Hi Lucas!

Could you confirm that DSW export to PDF doesn't work for you here? What do you have as the result with PDF?

Evgeny Shvarov · Jun 18, 2020 go to post

In a new 0.2.3 version of ZPM you can return back to the public repository with the following command:

zpm:USER>repo -n registry -r -url https://pm.community.intersystems.com
Evgeny Shvarov · Jun 16, 2020 go to post

Updated images:

And we released images with IRIS 2020.1 and 2020.2 and ZPM 0.2.3. the tags are:

intersystemsdc/iris-community:2020.1.0.215.0-zpm

intersystemsdc/iris-community:2020.2.0.204.0-zpm

intersystemsdc/irishealth-community:2020.1.0.215.0-zpm

intersystemsdc/irishealth-community:2020.2.0.204.0-zpm

intersystemsdc/iris-aa-community:2020.3.0AA.331.0-zpm

And to launch IRIS do:

docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/iris-community:2020.1.0.215.0-zpm

docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/iris-community:2020.2.0.204.0-zpm

docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/irishealth-community:2020.1.0.215.0-zpm

docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/irishealth-community:2020.2.0.204.0-zpm

docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/iris-aa-community:2020.3.0AA.331.0-zpm

And for terminal do:

docker exec -it my-iris iris session IRIS

and for control panel:

http://localhost:9092/csp/sys/UtilHome.csp

Happy coding!

Evgeny Shvarov · Jun 11, 2020 go to post

1. Sure

2. it’s not a rule, it’s a recommendation. It’s an attempt to answer the question,If you develop the module which will live with other modules, what the name should be to minimize possible package conflicts 

Evgeny Shvarov · Jun 9, 2020 go to post

Hi Sabit!

Looks interesting!

But I see only jar files in the repo. Could you please submit java source files too?

Evgeny Shvarov · Jun 5, 2020 go to post

Fantastic application, Yuri!

For those who is on Mac you also need to change mvnw to executable:

chmod +x mvnw
Evgeny Shvarov · Jun 5, 2020 go to post

Hi guys!

I just want to share with you a few details, that we have this whole week for voting and to let you fix bugs and improve the app, to describe (in articles) and show(in videos) how your application works and why is it cool! And so you do!

And if you see sometimes that the number of your votes decreased that means that somebody from votes changed his mind in favor of another participant. Probably because your colleague just has posted an exciting article or submitted the video!

To all participants!

Thank you very much for your outstanding contributions! The only thing I regret that I can vote only once!

Evgeny Shvarov · Jun 5, 2020 go to post

Hi Renato!

This is really cool! 

Could you add the list of available globals in the UI? Just to have the option to get a graph of any other then ^computer global!

Evgeny Shvarov · Jun 5, 2020 go to post

On the JSON import: is it possible to import from text.file?

And export global to a text file with JSON?

Evgeny Shvarov · Jun 5, 2020 go to post

Nice work, Oleh!

I tested on my laptop - it indeed imports 1,500 collections from Mongo to IRIS in a few seconds! Neat!

I'm curious if the app which works on Mongo can refer to this data in IRIS?

Evgeny Shvarov · Jun 2, 2020 go to post

Yes. We first introduced this one cause it exactly how Atelier API exports ObjectScript artifacts by default, but IMHO the simplified one is much better.

And that's why we have it in the ZPM basic template.

Evgeny Shvarov · Jun 2, 2020 go to post

Also, is it there any place with full doc about module.xml? Articles are full of really useful info but having to navigate through all of them is a bit confusing.

Sure. Here is the ZPM documentation

Evgeny Shvarov · May 29, 2020 go to post

 Another topic for this Native API contest could be "Import-export" util of global to JSON.

E.g. import JSON file and have a global inside IRIS, and having an arbitrary global inside IRIS export it to the JSON file.