Evgeny Shvarov · Mar 2, 2020 go to post

Sure, Andre!

What's wrong with %CONTAINS?

I think it deserves a separate question/discussion

Evgeny Shvarov · Feb 27, 2020 go to post

Understand. Just curious - does Try IRIS work for you for testing purposes? Or are there any issues with Try IRIS? I mean we could fix it if any.

Evgeny Shvarov · Feb 26, 2020 go to post

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.

Evgeny Shvarov · Feb 26, 2020 go to post

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?

Evgeny Shvarov · Feb 24, 2020 go to post

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.

Evgeny Shvarov · Feb 22, 2020 go to post

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

Evgeny Shvarov · Feb 21, 2020 go to post

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.

Evgeny Shvarov · Feb 21, 2020 go to post

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.

Evgeny Shvarov · Feb 21, 2020 go to post

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.

Evgeny Shvarov · Feb 14, 2020 go to post

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.

Evgeny Shvarov · Feb 14, 2020 go to post

This is fantastic, Henrique!

Looking forward install IRIS History Monitor via ZPM!