Evgeny Shvarov · Jul 16, 2020 go to post

Hi Yuri!

I tried the "Docker way" to install - all installed properly. I follow your video but I do not see the IntegratedML option on my laptop, no IntegratedML item:

What do I miss?

Evgeny Shvarov · Jul 15, 2020 go to post

Yes, I think of using it with the site. We may introduce it as an option for authors to use "guessed" tags, or to moderators to update it. Curious to see the IntegratedML option working too!

Evgeny Shvarov · Jul 15, 2020 go to post

Hi Renato!

E.g. here the author has introduced absolutely random tags (Database, Developer Community).

The proper tags could be: Caché, SQL

Is there a way to help the system to educate itself with proper tag sets?

Evgeny Shvarov · Jul 14, 2020 go to post

Renato, this is impressive!

Is it possible to give an URL of the post to your solution and get the tags list back?

E.g. for this post?

Evgeny Shvarov · Jul 1, 2020 go to post

In fact, It works!

Installation:

USER>zpm
zpm: USER>install terminal-multiline

[terminal-multiline]    Reload START
[terminal-multiline]    Reload SUCCESS
[terminal-multiline]    Module object refreshed.
[terminal-multiline]    Validate START
[terminal-multiline]    Validate SUCCESS
[terminal-multiline]    Compile START
[terminal-multiline]    Compile SUCCESS
[terminal-multiline]    Activate START
[terminal-multiline]    Configure START
[terminal-multiline]    Configure SUCCESS
[terminal-multiline]    Activate SUCCESS
zpm: USER>q

Usage with copy-n-paste from docs:

USER>d ^%zml
Entering multi line mode. Run with empty line. Stop with single "."
USER:zml:1> SET x=8
USER:zml:2>   FOR { WRITE "Running loop x=",x,!
USER:zml:3>         SET x=x-1
USER:zml:4>         QUIT:x=3
USER:zml:5>       }
USER:zml:6>   WRITE "Next command after FOR code block"
USER:zml:7> 
Running loop x=8
Running loop x=7
Running loop x=6
Running loop x=5
Running loop x=4

Next command after FOR code block
USER:zml:1>

It works like a charm!

Bravo, @Robert Cemper!

Evgeny Shvarov · Jun 29, 2020 go to post

But are you sure that method which does the thing was invoked?

Is there a matter of Namespace (just a guess)?

And what is the status then?

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