go to post Evgeny Shvarov · Feb 1, 2018 Hi, John!Thank you! I have a badge of Community Manager for two years, so I'm good ;) We considered that even in this list Top-10 Experts already consists of 11 people. If we missed something in math we always ready to make changes)
go to post Evgeny Shvarov · Jan 29, 2018 Thanks, Rich!We forked it back to intersystems-ru.But the "true" source is on Community github now ;)
go to post Evgeny Shvarov · Jan 25, 2018 Thanks, Danny!Is there any "non-legacy" case when $test can be useful?I mean, should we consider using $test in a code as a bad practice?
go to post Evgeny Shvarov · Jan 24, 2018 But...Can one condition in "postconditionals" "quickly and often" convert into several lines?Maybe postconditionals shoud be If with braces too?
go to post Evgeny Shvarov · Jan 10, 2018 Hi, Rochdi!This is better to be in a new question: how to work with JSON in Caché versions earlier 2014.
go to post Evgeny Shvarov · Jan 7, 2018 Thanks, Dmitry. And when you save this '%z' class say in USER namespace, where is it actually stored? In CACHELIB?
go to post Evgeny Shvarov · Jan 6, 2018 Hi, Dan!What are the benefits of using ngx-charts? Better performance? Wider chart library?
go to post Evgeny Shvarov · Jan 5, 2018 Hi, Robert!Thanks for contributing the answer.I like that approach as well! Was looking if there is something better).P.S. I think "UTF8" is not mandatory, cause it is always UTF8 if you consider exporting a Global to XML.
go to post Evgeny Shvarov · Jan 4, 2018 Thank you, Eduard!But how do you manage it (the global) in CVS? And what is the Installer script in case of a global?
go to post Evgeny Shvarov · Dec 27, 2017 Guys, may I ask you to put a cacheobjectscript-udl topic on your repos and to increase the number? We have a race to reach 100 repos with UDL to make Github introduce COS highlighting support. See the discussion. You can help )
go to post Evgeny Shvarov · Dec 27, 2017 So!The repos are presented and the winners of AdventOfCode2017 in Caché ObjectScript are:1st place: Bert Sarens! Repository.2nd place: Peter Steiwer! Repository.3rd place: Dmitry Maslennikov. Repository.Congratulations Bert! You get 10,000 Global Masters points and the title of the AdventOfCode champion in Caché ObjectScript at least until December 2018! Peter and Dmitry! You get 5,000 and 3,000 points respectively.The announcement and prizes would follow in Global Masters tomorrow as well!All participants! Thank you for your attention to the contest and the efforts you pay in this exciting coding marathon! I bet you had a lot of fun as we did!Congratulations!
go to post Evgeny Shvarov · Dec 26, 2017 How to call a classmethod? If you are inside the class Circle call it with: do ..Radius() If you call this method from another class use: do ##class(Circle).Radius() But there are cases when you do not know either name of a class or name of a method on runtime. So $classmethod is your friend here: do $classmethod("Circle","Radius") HTH
go to post Evgeny Shvarov · Dec 26, 2017 Hey, guys! Congratulations! I think we are ready to announce a winner of our home COS championship ;)Guys, please share your GitHub or any other public repos with COS in UDL inside?