go to post Evgeny Shvarov · Aug 3, 2019 Hi Sean!Is it possible to serialize global to JSON and export into a file with Cogs?and vice-versa - import JSON to a global?
go to post Evgeny Shvarov · Jul 31, 2019 Wow. I think even our Chinese colleagues will not help to read this)
go to post Evgeny Shvarov · Jul 31, 2019 My one) ClassMethod FizzBuzz() { f i=1:1:100 { s k=i f a=3,5,15 s:'(i#a) k=$CASE(a,3:"Fizz",5:"Buzz",:"FizzBuzz") w k,! } }
go to post Evgeny Shvarov · Jul 25, 2019 Hi Tony!Thanks for sharing!Could you please submit the repo to Open Exchange too to expand the audience?
go to post Evgeny Shvarov · Jul 24, 2019 Another useful command to load into local docker just downloaded from WRC new release of IRIS: # docker load -i ~/Downloads/iris-2019.3.0.302.0-docker.tar.gz
go to post Evgeny Shvarov · Jul 23, 2019 Right. It turned out that VSCode-ObjectScript if is connected to IRIS, has the option to open Management Portal related to the current window of VSCode. Nice job, @Dmitry Maslennikov.
go to post Evgeny Shvarov · Jul 23, 2019 Robert, thanks for sharing!Works and compiles with IRIS on Docker in VSCode.
go to post Evgeny Shvarov · Jul 23, 2019 Out of curiosity - if Combochart doesn't work for you? I think it can show the data in different styles for different series on a one widget.
go to post Evgeny Shvarov · Jul 23, 2019 Hi Ed!One of the ways to expand the functionality in DeepSeeWeb is to expand the library of DSW widgets. The standard way is to implement the needed functionality in javascript (or take the one which already does what you want from the Internet) and make use of this javascript-widget as a new one with portlets.Then introduce a new class derived from Portlet class (e.g. SmartMarkersPortlet) into the namespace and make sure that the name of the javascript file is equal to a classname.Make sure to put the js file into /addons folder of dsw.Then add the new SmartMarkerPortlet on a dashboard, provide the datasource and work with it as with usual widget.Check how htmlViewer addon is implemented as an example.
go to post Evgeny Shvarov · Jul 23, 2019 Hi Robert!Check the PR - introduced IRIS and Docker support for your tool. And provided vscode settings to make it available for editing and compiling with VSCode on InterSystems IRIS.
go to post Evgeny Shvarov · Jul 23, 2019 Tried to compile the class in IRIS - says Error compiling routine: Util.LogQueueCounts. Errors: Util.LogQueueCounts.cls : Util.LogQueueCounts.1(7) : MPP5635 : No include file 'Ensemble'
go to post Evgeny Shvarov · Jul 23, 2019 Hi Robert! Thanks for sharing!Was not able to import the Util.LogQueueCounts class in IRIS though - says "ERROR #5559: The class definition for class 'Util.LogQueueCounts' could not be parsed correctly, possibly due to non-matching {} or () characters."Also forked your repo and renamed classes to match syntax highlighting. Will PR when it starts to compile.
go to post Evgeny Shvarov · Jul 22, 2019 Hi @Peter Steiwer!Tried to play with the demo and got the following:Installed on IRIS Docker Community version: IRIS for UNIX (Ubuntu Server LTS for x86-64 Containers) 2019.2 (Build 107U) Wed Jun 5 2019 17:26:23 EDT
go to post Evgeny Shvarov · Jul 22, 2019 I know) The video is also posted on InterSystems Developers Youtube. Thank you for this, good one. But the code on Google Docs? Why not Github? Github supports ObjectScript now.
go to post Evgeny Shvarov · Jul 22, 2019 Hi @Julio Francisco ! Nice one!Do you want to share the code on Github and Open Exchange?Also, have you tried to craft an export for others tools of exporting globals from InterSystems IRIS?
go to post Evgeny Shvarov · Jul 22, 2019 Hi @Sourabh Sethi !The LinkedIn page is nice! But I can advise for InterSystems Developer along with videos one of the best ways to highlight the skills for large audience is DC page with a set of articles with InterSystems experience (e.g. this one or that one) and OpenExchange page with a set of projects and solutions on InterSystems technologies like this, that or another one.