go to post Evgeny Shvarov · Jun 24, 2024 Are you talking about generator for IPM/ZPM module.xml file?
go to post Evgeny Shvarov · Jun 22, 2024 Fantastic, @Anastasia Dyubaylo ! Congratulations to everyone who is involved! Thanks to all the DC contributors - now your contributions plus IRIS Vector Search technology + SerenityGPT solution will help to find answers quicker and not only in English - try other languages! Please feel free to share your feedback here, not only negative ;) We are still learning how to leverage properly this innovation and will be glad to any feedback that will help to convert the technology to a true value!
go to post Evgeny Shvarov · Jun 22, 2024 Hi Robert! Yes, this is clearly the case where there is no answer on DC for the question, and AI compiled the answer from what it had, assuming maybe that JDBC and ODBC are "almost" the same, which is not true. That's why we have "Beta" in the service and a certain disclaimer. Perhaps for this question the accurate answer should be "I don't have the answer - ask the community." right?
go to post Evgeny Shvarov · Jun 20, 2024 @Brett Saviano , does it mean that all the code that uses %ZEN.Auxiliary.altJSONProvider should be rewritten using Dynamic Objects?
go to post Evgeny Shvarov · Jun 18, 2024 BTW, is it possible to add sorting functionality in List View? E.g. click on Downloads or Author and get the list sorted?
go to post Evgeny Shvarov · Jun 18, 2024 Maybe this could be a setting in URL or the setting of a user?
go to post Evgeny Shvarov · Jun 17, 2024 Hi @Josep Balagué ! Export in .xml instead of .gof, should work.
go to post Evgeny Shvarov · Jun 10, 2024 In addition to the learning opportunities for beginners listed above here are two programs on the Online Learning platform: Getting started with ObjectScript and Getting Started with Interoperability.
go to post Evgeny Shvarov · Jun 8, 2024 Great app, @Luis Angel Pérez Ramos ! There is a set of other apps on OEX that are intended to improve the UI experience. Here is the API by @Eduard Lebedyuk , Frontend 1 and Frontend 2 by @Sergei Sarkisian , I'm not sure though which is preferrable?
go to post Evgeny Shvarov · Jun 3, 2024 Hi @Virat Sharma ! Change the type of the control to drop down. Also I recommend you to use DSW for better UI for analytics dashboards.
go to post Evgeny Shvarov · Jun 3, 2024 Hi Matt! Apologies for the delay. Yes, the InterSystems partner program is working. You can see the implementation partners that applied for the partnership here.
go to post Evgeny Shvarov · May 17, 2024 Guys, tried your app - having the following error after sending text and audio to telegram bot:
go to post Evgeny Shvarov · May 17, 2024 Though @Ikram Shah , we were not able to load text into IRIS via local storage - having the following error popup message: We followed your video instructions. IRIS in docker is working well. Any thoughts?
go to post Evgeny Shvarov · May 17, 2024 Hi @Ikram Shah ! We discussed internally and tested your application again, and it indeed works using the InterSystems docker container locally, which meets our requirements. So you have your bonus. Thanks for introducing such an exciting application.
go to post Evgeny Shvarov · Apr 25, 2024 @Hao Ma , there is such a setting in compiler flags: - e. But usually it is a very dangerous idea not to store global storage within the persistent class. As the storage is being generated, if not presented in a code on a target machine, it can become completely different from the data associated with the class that already exists, and this can lead to unpredictable data losses and failures. So usually, it is not recommended practice to delete the storage information from the class other than you are sure that there is no data in the system or it is deleted in advance.
go to post Evgeny Shvarov · Apr 23, 2024 You also can export the webapp and deploy it using IPM. The module.XML can be generated (and get the WebApp features) via the 'generate' command. Learn more in this article.
go to post Evgeny Shvarov · Apr 19, 2024 Hi @David Hockenbroch ! Nice example! Could you please share the code snippet on Open Exhcange too?