go to post Evgeny Shvarov · May 12, 2016 And since Yesterday here is new fashion way to make links to documentation ;)
go to post Evgeny Shvarov · May 12, 2016 Oh, thanks for this! I think it worth to make a separate snippet posting how to use the record mapper. Haven't found it in the documentation.
go to post Evgeny Shvarov · May 12, 2016 Agreed. Will fix it. Anyway, you are very welcome to add your version of the simplest ever file management snippet ;)
go to post Evgeny Shvarov · May 12, 2016 Didn't get it. You mean I should change the description for the snippet?Or to change the snippet to make it less "csv" specific?
go to post Evgeny Shvarov · May 12, 2016 Yes) Timur already answered. This snippet is not very general "read from file" snippet - but snippet to parse "russian-like" csvs) But every time when I work with text files line by line I use it.
go to post Evgeny Shvarov · May 11, 2016 Mark, thank you, that's useful!I use also $T command in terminal, which shows the line with bug, like:USER> w $T(Method+7^Package.Class.1)
go to post Evgeny Shvarov · May 10, 2016 Yes, at least these cases. And what is the general approach with your type of installation to show the user:What's happened?Were there any errors during installation?
go to post Evgeny Shvarov · May 9, 2016 Great article, Nikita! What is the general approach in your case to show/save logs of what was installed? Of course, I can open Package.Installer class to see what should have happened during installation, but I think it is good to know what really happened with the target system.
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?