Evgeny Shvarov · Oct 13, 2019 go to post

@Yone Moreno , I assume it's an exercise. In that case, do you mind to share your code in a public repo and people will understand what you are going to achieve and will PR the answer. 

Evgeny Shvarov · Oct 13, 2019 go to post

This is fixed in IRIS 2019.3 community version.

Image tag is store/intersystems/iris-community:2019.3.0.309.0

Evgeny Shvarov · Oct 11, 2019 go to post

Hi Angelo!

This is a very good question. But there are community versions in containers on docker:

image name are for InterSystems IRIS:

store/intersystems/iris-community:2019.3.0.309.0

and for InterSystems IRIS for Health:

store/intersystems/irishealth:2019.3.0.308.0-community

Check this template app to start using this immediately.

Evgeny Shvarov · Oct 9, 2019 go to post

Hi, Steven!

Thanks for this very useful article. Never knew that we can evaluate ObjectScript expressions inside JSON string. Great staff!

Evgeny Shvarov · Oct 1, 2019 go to post

Hi David!

InterSystems doesn't develop VSCode plugins. In this video, I'm enjoying VSCode ObjectScript plugin by @Dmitry Maslennikov from CaretDev as a Developers Community effort. My job is to support all the best efforts of the InterSystems Developers Community and I think this plugin is suitable for some ways of developing and debugging InterSystems Solutions with ObjectScript.

There is also another pretty mature VSCode plugin Serenji introduced by @John Murray from GeorgeJames Software which has a lot of advanced features to develop and debug InterSystems solutions with ObjectScript and REST API development.

and AFAIK there is also yet another VSCode plugin coming from @Rubens.Silva9155.

As for Atelier and Studio, there was an announcement by @Andreas Dieckow a year ago on the terms of InterSystems support for Atelier and Studio.

Evgeny Shvarov · Sep 27, 2019 go to post

Thanks for everyone who came! We had a pretty nice event, hope to see you soon on the next InterSystems Dev Meetup in Boston!

Evgeny Shvarov · Sep 23, 2019 go to post

Everything is perfect with your solution!

I was going to publish it on Package Manager which installs packages only in one namespace - the namespace where you call:

zpm:NAMESPACE>install package-name

Evgeny Shvarov · Sep 20, 2019 go to post

Hi Henrique!

Have a question: do you really need to install MSGViewer to a separate namespace?

I mean - do you really need two namespaces to work with your monitoring?

Evgeny Shvarov · Sep 20, 2019 go to post

Agenda update for the meetup: 

"InterSystems IRIS and the Cloud" session by @Anton Umnikov 

“In this session we'll talk about how IRIS can interoperate with various components of the public cloud ecosystem, such as S3 storage, SageMaker machine learning framework, Elastic Map Reduce and others.”

Space is limited, RSVP today! wink

Evgeny Shvarov · Sep 20, 2019 go to post

As a workaround, you could create a class with classmethod Merge on ObjectScript which does the merge and call it via API.

Evgeny Shvarov · Sep 18, 2019 go to post

Thanks, Mario!

docker-compose up -d

I think this goes as the 2nd command in my post?

# docker iris iris session iris

Right!

Even less if you have a Docker Extension in VSCode and right click on a container to open the shell in container. In this case you can run:

# iris session iris

Two(!) commands less ;)

Details could be found here