Evgeny Shvarov · Sep 27, 2022 go to post

Perforce is nothing to do with the case, but I agree with @Dmitry Maslennikov - you shouldn’t deploy classes without storage, it can cause unpredictable and severe errors in case of data structure changes (e.g. if you rename/delete the property).

Evgeny Shvarov · Sep 24, 2022 go to post

Hi @Patty Aguirre-Romero !

You may want to have a look at the EnsDemoEnsDemo project on OEX. It has a set of productions with BPL I believe. 

can be installed in any IRIS with ZPM:

USER>zpm "install irishealth-ensdemo"
 

Evgeny Shvarov · Sep 20, 2022 go to post

For those who will participate: please prepare your tips&tricks for:

1. Development

2. Debugging

3. Working with version control

4. Hidden gems

5. Final arguments!

There will be an option to demo your skills and approaches!

Evgeny Shvarov · Sep 19, 2022 go to post

Thanks, @Robert Cemper ! I encourage Docker usage too! It's not only easy to try and thus easier to get a review, but it's also easy for other developers to contribute to your one. Here is the basic template to start your docker development with IRIS.

Evgeny Shvarov · Sep 13, 2022 go to post

Hi @Lucas Enard! Thanks for such a great contribution to the community!

I have a question: where can I obtain an API key for GPT2 to run the test:

{
    "api_url":"https://api-inference.huggingface.co/models/gpt2",
    "payload":"Can you please let us know more details about your ",
    "api_key":"----------------------"
}

 

Evgeny Shvarov · Sep 12, 2022 go to post

Hi @Cristiano Silva ! Thanks! 

It is but I was looking if we have methods that export classes and other resources not in XML, but in UDL (Class) form. Curious how folks with client-based source control deal with it when programmatical export is needed.

Evgeny Shvarov · Sep 8, 2022 go to post

If you want to add a quality check to your applications, just add this file to the GitHub repository. This will perform a check automatically with every commit.

Evgeny Shvarov · Sep 2, 2022 go to post

Or you can just change the files in VSCode using Find and Replace with some wise regular expression

Evgeny Shvarov · Sep 2, 2022 go to post

I see that the documentation pages are IRIS CSP classes. So I guess it could work if installed in IRIS. I guess also there is a set of static files (FILECOPY could help).

IMHO, the reasonable approach to have a separate repo ensdemo-doc and a separate module the, which will be a dependent module to irishealth-ensdemo

So people could contribute to documentation independently and update it independently too.

Evgeny Shvarov · Sep 2, 2022 go to post

Also available as ZPM module now: 

USER>zpm "install irishealth-ensdemo"
[irishealth-ensdemo]    Reload START (/usr/irissys/mgr/.modules/USER/irishealth-ensdemo/1.0.0/)
[irishealth-ensdemo]    Reload SUCCESS
[irishealth-ensdemo]    Module object refreshed.
[irishealth-ensdemo]    Validate START
[irishealth-ensdemo]    Validate SUCCESS
[irishealth-ensdemo]    Compile START
[irishealth-ensdemo]    Compile SUCCESS
[irishealth-ensdemo]    Activate START
[irishealth-ensdemo]    Configure START
[irishealth-ensdemo]    Configure SUCCESS
[irishealth-ensdemo]    MakeDeployed START
[irishealth-ensdemo]    MakeDeployed SUCCESS
[irishealth-ensdemo]    Activate SUCCESS

USER>

Here is the set of productions available:

Evgeny Shvarov · Aug 30, 2022 go to post

Sustainability Datasets bonus is introduced - 3 points for a dataset, up to 3 datasets per project.

Evgeny Shvarov · Aug 29, 2022 go to post

BTW, for IRIS Community images you can use:

FROM intersystemsdc/iris-community

to pull the latest release image of InterSystems IRIS Community Edition with ZPM included.

Or:

FROM intersystemsdc/irishealth-community

And for the latest preview release:

FROM intersystemsdc/iris-community:preview