go to post Evgeny Shvarov · Oct 8, 2018 Community license is a free license for a limited configuration - up to 8 cores.Express license is a cloud server license without configuration limitations (but maybe with some other usage limitations, will be announced later) for a fix price of $200 per month or $2,000 per year.But let's wait for an official announcement and availability in November.
go to post Evgeny Shvarov · Oct 5, 2018 And here is the similar solution which sends alerts to Telegramhttps://community.intersystems.com/post/sending-alerts-ensemble-telegramMay be helpful as a template
go to post Evgeny Shvarov · Oct 5, 2018 Oh, sorry. Here it is:https://community.intersystems.com/post/how-make-phone-calls-using-cach%C3%A9-objectscript-and-twilio
go to post Evgeny Shvarov · Oct 5, 2018 Hi, Edward!Here is the post about using TwilioIt’s about phone calls but Twilio provides services for SMS too.HTH
go to post Evgeny Shvarov · Oct 4, 2018 This is a live broadcast recording from Developer Community Flash Talks
go to post Evgeny Shvarov · Oct 2, 2018 Today is the second InterSystem Global Summit KeyNotes day! Don't miss breaking news!
go to post Evgeny Shvarov · Oct 1, 2018 And one more topic from me: InterSystems Open Exchange - marketplace of Solutions, Tools and Adapters for InterSystems Data Platforms!The updated the agenda is here and in the topic:Tuesday 10/02, at Tech Exchange Global Summit 2018!2 pm Open source approaches to work with Documents @Eduard Lebedyuk, InterSystems2-15 InterSystems IRIS on Kubernetes by @Dmitry Maslennikov, 2-30 Visual Studio Code IDE for InterSystems Data Platforms by @John Murray, GeorgeJames Software2-45 Static Analysis for ObjectScript with CacheQuality by @Daniel Tamajon, Lite Solutions3-00 InterSystems Open Exchange by @Evgeny Shvarov, InterSystems3-15 Q&A Session on Developer Community, Global Masters and Open Exchange
go to post Evgeny Shvarov · Sep 30, 2018 And, we have another flash talk topic - "Visual Studio Code IDE for InterSystems Data Platforms" from @John Murray!So many exciting topics! Looking forward!
go to post Evgeny Shvarov · Sep 27, 2018 Nice!USER>s rc=p.AddItem("TestPackage.Test.cls")Can one use a wildcard in this method to add 1,000+ classes?
go to post Evgeny Shvarov · Sep 25, 2018 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.
go to post Evgeny Shvarov · Sep 25, 2018 Akio, what is the reason to use telnet? It is not very safe. Why not use ssh?
go to post Evgeny Shvarov · Sep 24, 2018 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:
go to post Evgeny Shvarov · Sep 23, 2018 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:
go to post Evgeny Shvarov · Sep 22, 2018 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.macThen 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
go to post Evgeny Shvarov · Sep 22, 2018 Hi, Ciaran!You can use Atelier to code ObjectScript on Mac. Here is the video playlist which you may find useful.Also, there is community supported Visual Studio Code plugin for ObjectScript, which is usable on Mac as well. Related discussion.
go to post Evgeny Shvarov · Sep 21, 2018 What is the difference between this approach and option 1 in the question?