go to post Evgeny Shvarov · Sep 25, 2020 I like the name awesome objecscript! @Sergey Mikhailenko, @Dmitry Maslennikov - I can create awesome-objectscript repo in community github- please update as a VSCode extension for ObjectScript?
go to post Evgeny Shvarov · Sep 25, 2020 What is the easy way to add such snippets to my VSCode? Should it be a yet-another VSCode extension?
go to post Evgeny Shvarov · Sep 25, 2020 I agree on VSCode as a tool to use it. But what are the ideas on advertising and making improvements? A git repository then?
go to post Evgeny Shvarov · Sep 24, 2020 There is also a switcher if you want to generate and download it from the URL.
go to post Evgeny Shvarov · Sep 24, 2020 BTW, @Guillaume Rongier recently published an amazing example of a full-stack app: csvgen-ui. You can install it with zpm "install csvgen-ui" and it gives you the option to import any csv to IRIS just with drag-n-drop. Here is the demo:
go to post Evgeny Shvarov · Sep 23, 2020 Hi Henrique! It's a known issue. You need to add the attribute which disappears after check in and commit from Windows. I made a fix to the Full-stack repo
go to post Evgeny Shvarov · Sep 17, 2020 We introduced an IRIS full-stack template which is an example of a simple full-stack application that is represented as an Angular frontend application and uses IRIS as a backend via REST API.
go to post Evgeny Shvarov · Sep 17, 2020 Hi devs! There is a good question in discord, whether it's possible to use other templates for a full-stack application. - YES! Sure, use and build whatever you want! You are not limited to these templates! Moreover, we are very curious about what are your templates, techniques on building full-stack apps with IRIS.
go to post Evgeny Shvarov · Sep 14, 2020 You've just posted an article!) I wasn't aware too. We need to check and maybe we'll include this as well! We may add more bonuses - the contest will start next Monday, we still have time to add more ;)
go to post Evgeny Shvarov · Sep 14, 2020 I respect your choice. Out of curiosity, what other than SQLCODE variables you noticed being changed "without a warning"? On contrary, I started to find it handy to copy and paste working sql into &sql(). Also, SQL code looks more readable.
go to post Evgeny Shvarov · Sep 11, 2020 Haha! A good one, thanks, Igor! I also added ObjectScirpt highlighting - it helps in reading. Personally I find the q:'$d(name) "Name required" not very unreadable. quit:'$data(name) "Name Required" is better, of course. But the second one is ... Mostly due to several ##class() stuff.
go to post Evgeny Shvarov · Sep 6, 2020 And we changed it one more time. Now the proper switch to the test repo is: repo -n registry -r -url https://test.pm.community.intersystems.com/registry/ -user test -pass PassWord42 The text in the article is updated accordingly
go to post Evgeny Shvarov · Sep 3, 2020 I'd rephrase it to - is it possible with VSCode? AFAIK fragments or snippets support is an embedded feature of VSCode. Tagging @Raj Singh and @Dmitry Maslennikov