go to post Evgeny Shvarov · Aug 15, 2019 Hi Kevin!Thanks for the feedback!This is a good point. Submitted an issue. If this describes the problem right?
go to post Evgeny Shvarov · Aug 14, 2019 Updated the ObjectScript code blocks in your post a bit. And don't see any DeepSee cubes here - is this DeepSee related?
go to post Evgeny Shvarov · Aug 7, 2019 Would be great - it’s even more presence and developers can collaborate
go to post Evgeny Shvarov · Aug 7, 2019 Thanks, @Steve Wilson!Yes, we plan to turn off the attachments feature. As you mention there are a lot of better ways to expose presentation and code.And as you see @Sourabh Sethi posted the recent package for his recent video on Open Exchange.
go to post Evgeny Shvarov · Aug 7, 2019 Hi Juha! Thanks for the question! What are the issues do you face with API Management with container?
go to post Evgeny Shvarov · Aug 6, 2019 Hi @Victor Ferreira!It's not an answer to your question but just a notice that we also have a Spanish community too. So you are able to click on ES switcher(right top corner of the question) of your question and you'll be able to introduce the linked question in Spanish too.
go to post Evgeny Shvarov · Aug 3, 2019 Sean, I cannot promise collaboration) But happy to test and submit issues if any )
go to post Evgeny Shvarov · Aug 3, 2019 Have this Docker extension but didn't know the feature. VSCode Tasks are interesting too. Cool stuff thanks.
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 30, 2019 Joao!If you speak Spanish you can try to make an announcement on Spanish Developers Community as well.
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.