Evgeny Shvarov · Dec 3, 2019 go to post

WOW.

Rob, do you plan to share videos on that?

With explanations on all the multi model parts?

Evgeny Shvarov · Dec 3, 2019 go to post

Whatever works for you. I think I need to share the fastest way to code ObjectScript with repo some day...

The fastest imho is IRIS CE on docker+VSCode

Evgeny Shvarov · Dec 3, 2019 go to post

Hi Mike!

UDL is the one of the way $System.OBJ.Export() exports classes. Simply UDL is not XML)

Just make the solutions in ObjectScript in any IDE you like!

Evgeny Shvarov · Dec 3, 2019 go to post

I appreciate if you add a task here - you'll be able to get the update on progress.

>Btw is there a way to update the avatar picture ??

I bet. Same way possibly you added the first one?

Evgeny Shvarov · Dec 3, 2019 go to post

Neerav!

This is a very good idea and of course, we can do that.

But not automatically - not all the members want to expose their certificates.

What is the appropriate way you think? 
What if we add the extra field in the member profile for the certificate link?

Also, we can add some signs to the avatar image. 

Evgeny Shvarov · Dec 1, 2019 go to post

The leaderboard looks like that now:

If you see these people in the list - you are in the right place ;)

Evgeny Shvarov · Dec 1, 2019 go to post

Yes,  Robert!

Thanks for rasing the topic!

Code is the same 130669-ab1f69bf
And it's the same @Dmitry Maslennikov's board he created last year and we are using again this year for ObjectScript contest.
 

Evgeny Shvarov · Nov 29, 2019 go to post

Hey!

The agenda is updated - I'll do the following sessions:

📌 21:00 
ObjectScript Package Manager Introduction — Package Manager Client for InterSystems IRIS 

📌 21:15 
Open Exchange and other resources & services for InterSystems Developers 

Come to chat!

Evgeny Shvarov · Nov 29, 2019 go to post

Hi Michel!

have you seen how comic sans is viewed on mobile devices?

 

this is not very easy to read. Do you really need Comic Sans?

Evgeny Shvarov · Nov 23, 2019 go to post

Every time you build cube you get your cube deleted and the data copied from persistent objects to the cube. Do you really want to delete persistent data?

Evgeny Shvarov · Nov 22, 2019 go to post

Hi T!

Thanks for this, you are right.

Highcharts.js changes license terms through time. 
I haven't found the license agreement actual for highcharts.js 3.0 which is delivered with the current DSW release. I remember it was something like "You pay for the support".

The license for the current version highcharts.js 7.2 is the following and could be purchased for commercial usage.

Evgeny Shvarov · Nov 20, 2019 go to post

Hi Kevin!

The simplest solution is to create a Dimension which filters data upon Users or Roles and then implement %OnGetFilterSpec callback in a cube class where you can set up a filter additional filter for the queries to the cube on this user session upon $USERNAME or $ROLE variables of the logged user.

Evgeny Shvarov · Nov 18, 2019 go to post

Community version of IRIS and IRIS for Health are available on download.intersystems.com

Community docker versions of IRIS and IRIS for health are available on InterSystems store at dockerhub.com with the following tags:

docker pull store/intersystems/iris-community:2019.4.0.379.0

docker pull store/intersystems/irishealth-community:2019.4.0.379.0

Enterprise versions of IRIS and Caché are available for download at wrc.intersystems.com .

Also InterSystems IRIS Enterprise and Community Edition are avaialble via InterSystems cloud offerings on AWS, GCP and Azure.

HTH
 

Evgeny Shvarov · Nov 18, 2019 go to post

I'll participate in the meetup with the session:

📌 11:45 – 12:15     
Resources and Services for InterSystems Developers. ObjectScript Package Manager Introduction

Takeaway: Attendees will learn about  Developers Community, Open Exchange and other Resources and Services available for developers on InterSystems data platforms and will know about InterSystems Package Manager and how it can help in InterSystems IRIS solutions development
 

Come join InterSystems Developers Meetup in Israel!
 

Evgeny Shvarov · Nov 17, 2019 go to post

Updated the Installer.cls file - now you can set up the namespace and path in variables "Namespace" and "app" respectfully at the top of  Installer.cls.

  <Default Name="Namespace" Value="IRISAPP"/>
  <Default Name="app" Value="irisapp" />
 

This is convenient if you need to install the app to the namespace with your name.

Notice, that if you want instantly edit and compile the code of your project with VSCode don't forget to change the Namespace parameter in settings.json too.