go to post Evgeny Shvarov · May 9, 2016 Hi, Scott!Have you seen Activity Monitor? There was a post about it.
go to post Evgeny Shvarov · May 9, 2016 Hi, Murray!Nikita.Savchenko posted longread about Class Projection with examples of real projects using it ;)
go to post Evgeny Shvarov · May 7, 2016 To highlight the code you also can simply go into post's html source (press source button or "disable rich text") and insert your code between pre and code tags, like it is shown in the shot
go to post Evgeny Shvarov · May 6, 2016 I believe Scott is looking for something like ycombinator style.I think this is really good alternative to Main. Of course it should be switchable.
go to post Evgeny Shvarov · May 6, 2016 Please see this CNA project. It helps to call any dlls in Runtime.
go to post Evgeny Shvarov · May 6, 2016 We introduced Code Snippet tag. Please use it if your post contains a good snippet, or one of the answers/comments on your post is a valuable code snippet.
go to post Evgeny Shvarov · May 5, 2016 Hi, Scott! Thanks for sharing this! Do you want to share it via github too?
go to post Evgeny Shvarov · May 5, 2016 Maybe you are looking for Caché ObjectScript code beautifier?
go to post Evgeny Shvarov · Apr 25, 2016 Good article, Eduad. Is this prototype only or you do use it in production somehow?
go to post Evgeny Shvarov · Apr 25, 2016 Bookmarks are another may be rare use case but I meant links to the documentation with "latest" segment in URL f.e. in this article. There are a lot of links to documentation there. What will happen with this links if some parts from documentation will be removed in the next version?
go to post Evgeny Shvarov · Apr 25, 2016 Thank you, Ed. And I can import the result on Instance B with class .... ?
go to post Evgeny Shvarov · Apr 24, 2016 If so, create a new database on instance A and then use GBLOCKCOPY to copy from the existing database to the new one. Then just move the new database to instance B.That can help sometimes. Thank you. Just move - you mean unmount and download cache.dat file?Is this a one-time migration of data from instance A to instance B?My question is a request for general approaches. But my task now is to extract some part of consistent data from the large database to use it as test data in my local database for development purposes.
go to post Evgeny Shvarov · Apr 24, 2016 Thank you Kenneth!But what if you need a part of data? Say the records only from current year or from particular customer?And what if you need not all the classes, but part of them - what globals should I choose to export?I believe in this cases we should use SQL to gather data. The question is how to export/import it.
go to post Evgeny Shvarov · Apr 22, 2016 Hi, Nic!Thank you for your answer!Would you please put it on Stackoverflow too? http://stackoverflow.com/questions/36400699/how-to-avoid-writing-duplica...Thank you in advance!
go to post Evgeny Shvarov · Apr 22, 2016 About |latest| approach for docs. What if a new release will not contain certain doc chapter - how latest url would work?404?
go to post Evgeny Shvarov · Apr 20, 2016 Timothy! Thanks for sharing this!It' can be a standalone post as "Error and resource handling in large Caché ObjectScript project".Thank you!
go to post Evgeny Shvarov · Apr 18, 2016 OK. But how do you call methods which return %Status?Do you raise Error? Or you check Error status with if? Or do you ignore status at all?
go to post Evgeny Shvarov · Apr 17, 2016 I agree with you. As mentioned it is an option if you need to use %Status as a method result. And what about e.Log() - do you use it to log errors or use something else?
go to post Evgeny Shvarov · Apr 17, 2016 Nic! Is it possible to share this REST and publish sources on GitHub?
go to post Evgeny Shvarov · Apr 14, 2016 Hi, Scott! Makes sense. We plan to add Subscription feed to show you only the posts on tags, members and groups you most interested in.And compact index view with header, author, date only is also a good idea. Thanks.