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?
go to post Evgeny Shvarov · Dec 24, 2017 Maybe the comments are not in UTF in the original cls? Can you check it with any editor (e.g. VS Code or Notepad++).And, you have 2016.2.+ - so you can use Atelier ;) Try with Atelier? )
go to post Evgeny Shvarov · Dec 24, 2017 And to start it: for me the most helpful article this year was REST FORMS Queries - yes, I'm using REST FORMS a lot, thanks [@Eduard Lebedyuk]!Another is Search InterSystems documentation using iKnow and iFind technologiesTwo helpful questions were mine (of course ;):How to find duplicates in a large text fieldand Storage Schema in VCS: to Store Or Not to Store?and How to get the measure for the last day in a month in DeepSee
go to post Evgeny Shvarov · Dec 22, 2017 Hi, p rd!Would you please describe how do you import UDL file in Studio? Drag-n-drop? Import dialog? Or via $System.OBJ.Loaddir?Also, would you please provide the result of $zv in terminal (the full version code).
go to post Evgeny Shvarov · Dec 19, 2017 Hi, Bert!Thanks for the suggestion.What do you say if we manage to show new comments (with color or/and sign) appeared since the last visit?
go to post Evgeny Shvarov · Dec 14, 2017 And the webinar recording is available on the InterSystems Developers YouTube Channel as well!
go to post Evgeny Shvarov · Dec 12, 2017 Hi, Fab!We thought about that. I think the working procedure, in this case, is to kindly ask the maintainer of the original repo to push changes to the DC repo as well. And provide an access to him for the forked repo of course. Would it work? What do you think?
go to post Evgeny Shvarov · Dec 12, 2017 It's really good idea, but no)The reason is that it's not InterSystems technology behind this community pages - it's Drupal and PHP.Bert, if you find something which works very slow please feel free to add in Feedback group, I would appreciate!But the analytics are in InterSystems DeepSee and that would be exposed to the public soon!So you would be able to install DC Analytics on your laptop/server and contribute to it.
go to post Evgeny Shvarov · Dec 11, 2017 Hi, Minsu!I guess you can use Caché JDBC driver to get access to tables in Caché.Also, check this article which discusses the options of using Hibernate in Caché.
go to post Evgeny Shvarov · Dec 11, 2017 Hi, Souiane!But, I think HSADUIT is RO by purpose. Do you really need that? If you want to do something with it, I would map it in another namespace and merge/examine needed parts.
go to post Evgeny Shvarov · Dec 10, 2017 Thanks, Sean!I have updated Cogs which makes 37 UDL repo's and counting.Great! Maybe it makes sense to mark our Advent repos with UDL as well.See also the related post on different GitHub topics on InterSystems.