Evgeny Shvarov · Sep 25, 2018 go to post

Few days before Global Summit 2018!

And I can announce yet another presenter: @Eduard Lebedyuk, InterSystems.

Title: Open source approaches to work with Documents.

And we have the day and time!

Find Developer Community Flash Talks "Share Your InterSystems IRIS Solution!"  on Tuesday the 2nd of October on Flash Talks Stage from 2pm to 3-30 pm.

Evgeny Shvarov · Sep 24, 2018 go to post

PS I would send an image but I don't know how as the image loader asks for a URL, images are on my desktop and will not load.

Yes, this is "not obvious", but there is a image upload button. 

Here it is.

After loading it worth to apply image settings button to provide a reasonable width (300-700px).

So next question is how do I compile my test.mac in VS Code terminal?

There is a hotkey Ctrl+F7 as in Studio. But I prefer auto-compile on Save. it's not a default option so turn it on in preferences:

 

Evgeny Shvarov · Sep 23, 2018 go to post

Few questions, Ciaran, just to be sure:

1. Is it Visual Studio or Visual Studio Code you are testing? "Это две большие разницы, как говорят в Одессе" - this is different, as we say in Odessa ;)  We need the second product.

2. Could you send the screenshot of your mac routine? it should be highlighted as ObjectScript.

3. What is the version of the plugin? Mine is 0.3.6: 

Evgeny Shvarov · Sep 22, 2018 go to post

Ciaran!

You need to setup a connection to every workspace in VSCode.

Place your mac file into any folder. Preferably into 

/mycoding/testproject/src/myOSFile.mac

Then open this /testproject/src folder in VSCode.

Then go to VSCode Preferences and find CachéObjectScript settings section. It is what is used by default. If your current project differs from the default (e.g. another server connection or namespace) place it into UserSettings section on the right. Like it is shown in this gif:

You can check the connection in Output window of the terminal with name cos. 

Or you can just try to save any file - it tries to compile on save and will popup you the results.

HTH

Evgeny Shvarov · Sep 20, 2018 go to post

Hi, Akio!

I bet there is no Caché Evaluation version on Mac, only Windows.

So if you want to run it on Mac - the virtual machine is your friend.

But I would suggest starting with new product InterSystems IRIS - you can get your sandbox here or on GCP.

Evgeny Shvarov · Sep 13, 2018 go to post

Hi, Blaise!

For printing dashboards from IRIS analytics, I can recommend trying dsw-reports. 

It can print widgets from dashboards and send it in pdf on a schedule.

Evgeny Shvarov · Sep 13, 2018 go to post

Hi, Yuri! No need to remove, the topic is very interesting! It's just the request for technical content! It is always in a great demand on DC!

Evgeny Shvarov · Sep 12, 2018 go to post

Hi Sean! Moved the discussion to the Other group.

4,800+ are the registered members, stats. We also have about 20,000 unique DC visitors monthly.

From them we have about 3,000 visitors who come directly to the site - so we can assume as "real" developers who reads/writes on DC daily. But this touches only the English world.  And not all of them know about DC. 

My evaluation is 10,000-15,000 developers worldwide.

E.g. last the IT Planet contest in Russia this year gathered 2,400 participants for InterSystems contest (mostly students). Should we count students as developers? Today maybe not, but tomorrow... 

Evgeny Shvarov · Sep 7, 2018 go to post

Hi, Alex!

Didn’t know that it is possible. Just a question: how username/password can be not valid if they are being set new with this API?

Evgeny Shvarov · Sep 5, 2018 go to post

Hi, Francisco!

If the comment/answer has child comment/answer it cannot be deleted.

Today you can change the content of the comment/answer to say 'DELETED' and it's a good signal for moderators to delete it. Would it work?

Evgeny Shvarov · Sep 5, 2018 go to post

Hi, @Yuri Marx! I kind agree with Herman here - the post is great, well done and very thoughtful. But if you add to this one or two working technical solutions on IRIS to prove/describe  the idea better, that will be much interesting for the audience if the Developer Community.

Evgeny Shvarov · Sep 5, 2018 go to post

Hi, Emanuel! I don't know the answer, but I have a comment - you have 3 questions in one. If we have a discussion here on all 3 it will be a mess. Also, we have a feature of 'Accepted answer' which you will choose when the problem is done - it's difficult to accept an answer for 3 different questions.

Could you please consider to split it into 3 different questions?

Evgeny Shvarov · Sep 4, 2018 go to post

You are welcome!

Also would love to mention that DeepSee Web (DSW) gives you the option to iframe any particular widget. 

Just right click on a widget and choose Share menuitem and you'll get the iframe code to get this widget embeded to any other web-page.

E.g. here is the code for this widget:

<iframe style="border: none" src="https://analytics.community.intersystems.com/dswpub/index.html#!/d/PostsByYears.dashboard?ns=COMMUNITYPUBLIC&embed=1&widget=0&height=303&isLegend=true" width="551" height="303" ></iframe>

And here is how I obtained it: