go to post Dmitry Maslennikov · Apr 30, 2020 Thanks, a lot, it may help. But unfortunately, Export in case of Base64 does not work correctly, and anyway have to be fixed. Due to the specialty of Base64, a string which has to be encoded in a chunked manner, have to be devisable by 3. At the moment it reads original stream with default size of chunk, 32656 (instead of 32656\3*3=32655), so, base64 becomes incorrect, and decoded back is different from the original.
go to post Dmitry Maslennikov · Apr 28, 2020 The way when used one server and shared git user, not recommended. It actually makes not so much sense when every developer will save his changes like one. And instead of Studio, I would recommend now using VSCode-ObjectScript, it already has git support from out of the box, and each developer will work with git separately, so, history will be more clear.
go to post Dmitry Maslennikov · Apr 25, 2020 Hi David, could you check it with the latest beta version?
go to post Dmitry Maslennikov · Apr 21, 2020 Hi Emmanuel, This particular extension is for Visual Studio Code only, at the moment. Different IDEs I hope will come in the future. And possible for Visual Studio as well. VSCode supports Cyrillic, so, don't see any possible issues with Hebrew. Visual Studio Code and Visual Studio are two completely different projects. There is only one thing between them, both developed by Microsoft. Don't be confused by similar names. So, you should not be worried to use VSCode and Visual Studio on the same machine side by side.
go to post Dmitry Maslennikov · Apr 19, 2020 There two open-source projects isc-tar - it's my library that works the same as tar tool in Linux, and with native support of gzip in InterSystems products you can easily compress files as tar.gz and decompress them. This project used in production as part of Package Manager project. isc_zip - should work with zip files
go to post Dmitry Maslennikov · Apr 15, 2020 Yes, this webinar was recorded, and it will be published on youtube very soon, stay tuned.
go to post Dmitry Maslennikov · Apr 14, 2020 Thank you guys for coming to our first webinar! Wow! I did not expect that there will be more than 80 participants! Thank you for your interest and support.We will make more overview webinars further on. But if you want to dive deeper you can sign up for our online course!The first 3 subscribers will get 50% off the price!! Fill free to post any issues with VSCode-ObjectScript you faced here
go to post Dmitry Maslennikov · Apr 14, 2020 Thank you Raj for high evaluation of my work! I am sure with the community support we will make a perfect solution for coding on ObjectScript. Guys, in case you need any support or want to learn more about the solution, do not hesitate to contact me here or on the website caretdev.com
go to post Dmitry Maslennikov · Apr 11, 2020 Hi Muni,Thanks for the report, it looks like some bug, we'll check it. For future best to report such things as an issues in the repo.
go to post Dmitry Maslennikov · Apr 10, 2020 Hi Julius, Sorry, I did not reply to you earlier. You can find how to configure VSCode-ObjectScript for multiple connections here.
go to post Dmitry Maslennikov · Apr 3, 2020 Yeah, there are some bug, I've already reported recently. It's shows correct time, only if you set own timezone to Moscow ))
go to post Dmitry Maslennikov · Mar 30, 2020 Thanks a lot, and congratulations to other winners as well.
go to post Dmitry Maslennikov · Mar 26, 2020 You can install it with zpm zpm "install blocksexplorer" And it will be available on your server by URL, like this http://localhost:52773/blocks
go to post Dmitry Maslennikov · Mar 24, 2020 It's a when you in one command get everything you need. The problem is, that it uses external tool imagemagick to convert resulying image in bmp format to png. That's why it's not as simple as may sound. Another reason is do not anything to a working system. To gather information enough readonly access to the database.
go to post Dmitry Maslennikov · Mar 24, 2020 I already mentioned, how to do it for a whole database. At the moment no way to specify just a global. Fill an issue ))
go to post Dmitry Maslennikov · Mar 24, 2020 Possible reasons Another recommendation is to separate code and data. So, I need at least two databases, code which is always in a container, and data mounted outside. Just to be consistent, some project, and namespace with the same name as the project. With only own configuration. Without anything predefined. In most cases, namespace and any related configuration, supposed to be configured for the particular project. And keeping USER as is and do not touch except for some temporary staff, like import Installer manifest and setup it. One of the reasons for USER still exists, that it is kind of entrypoint, and keep it as is, will keep from anything unexpected. Just my thoughts
go to post Dmitry Maslennikov · Mar 23, 2020 Any IRIS edition includes formerly known as Ensemble feature, which is now is Interoperability (and one of the letters in IRIS). You may get this error if you work in the namespace where Ensemble was activated. By default for USER was not activated. When you create a new namespace Ensemble checkbox checked by default and, but you can uncheck it. to enable namespace manually, do this command do ##class(%EnsembleMgr).EnableNamespace("YOUR-NAMESPACE")