go to post Evgeny Shvarov · Aug 3, 2024 Great app, @José Pereira ! Do you guys want to add an option to ask about available schemas as well? So if I don't know what are the schemas in IRIS I'm not able to query it with natural language. So I first went to IRIS SQL manager to check which schemas were available :) Other than that - amazing example of leveraging LLM with IRIS!
go to post Evgeny Shvarov · Aug 2, 2024 Please, make it more desrcriptive and useful for readers and collect your bonus!
go to post Evgeny Shvarov · Aug 1, 2024 Hi Eric! The article is too short; it's more like an announcement. Consider exposing in an article what your application does and how it works, and maybe some insights on how it was built. Here is a good example of what we expect as an article for the app.
go to post Evgeny Shvarov · Jul 24, 2024 Kudos, Ben! @Ben Spead thanks for your endless energy and focus! This community is very grateful for all the experience and open-hearted attitude you shared here, and keep sharing every day! Thank you!
go to post Evgeny Shvarov · Jul 14, 2024 Very cool, @John McBride ! I think VSCode should have IPM extension. There is another helpful app I'm using for similar purposes which IMO has a better UI - ZPM-Explorer by @Henrique Dias and @José Pereira . Maybe you could borrow some functionality.
go to post Evgeny Shvarov · Jul 14, 2024 @Timothy Leavitt - is there a video depicting the whole process of creating a new UI app using isc-rest?
go to post Evgeny Shvarov · Jul 14, 2024 Hi Tim! A few questions on isc.rest. 1. What is the format of version: <Version>1.2.2+snapshot</Version>? 2. Does it relate to unit tests <Resource Name="/internal/testing/unit_tests/"> <Attribute Name="Package">UnitTest.isc.rest</Attribute>? is it callable by zpm "test isc.rest"? 3. Lifescycle class - is it mandatory for every package? It looks very complicated what is going on there. Why not use <INVOKE>? 4. Defaults: What is this for? is it mandatory? <Defaults> <ProcessorDefault Class="Default.Include"> <Attribute Name="Format">UDL</Attribute> </ProcessorDefault> <ProcessorDefault Class="Default.Class"> <Attribute Name="FilenameExtension">cls</Attribute> <Attribute Name="Format">UDL</Attribute> </ProcessorDefault> <ProcessorDefault Class="Default.Package"> <Attribute Name="FilenameExtension">cls</Attribute> <Attribute Name="Format">UDL</Attribute> </ProcessorDefault> <ProcessorDefault Class="UnitTest"> <Attribute Name="Format">UDL</Attribute> </ProcessorDefault> </Defaults>
go to post Evgeny Shvarov · Jul 13, 2024 Hi Tim! A few questions on isc.rest. 1. What is the format of version: <Version>1.2.2+snapshot</Version>? 2. Does it relate to unit tests <Resource Name="/internal/testing/unit_tests/"> <Attribute Name="Package">UnitTest.isc.rest</Attribute>? is it callable by zpm "test isc.rest"? 3. Lifescycle class - is it mandatory for every package? It looks very complicated what is going on there. Why not use <INVOKE>? 4. Defaults: What is this for? is it mandatory? <Defaults> <ProcessorDefault Class="Default.Include"> <Attribute Name="Format">UDL</Attribute> </ProcessorDefault> <ProcessorDefault Class="Default.Class"> <Attribute Name="FilenameExtension">cls</Attribute> <Attribute Name="Format">UDL</Attribute> </ProcessorDefault> <ProcessorDefault Class="Default.Package"> <Attribute Name="FilenameExtension">cls</Attribute> <Attribute Name="Format">UDL</Attribute> </ProcessorDefault> <ProcessorDefault Class="UnitTest"> <Attribute Name="Format">UDL</Attribute> </ProcessorDefault> </Defaults>
go to post Evgeny Shvarov · Jun 28, 2024 Here is the article by @Benjamin De Boe that answers your question I hope .
go to post Evgeny Shvarov · Jun 26, 2024 great stuff! It'd be fantastic to create a sample app out of it on https://openexchange.intersystems.com
go to post Evgeny Shvarov · Jun 26, 2024 That's nice to have. I know there is a brilliant application by @Henrique Dias and @José Pereira - IPM Explorer, which provides very impressive browsing capabilities along with a smooth install/deinstall functionality. Do you want to introduce something similar?
go to post Evgeny Shvarov · Jun 26, 2024 Hi @Xintong Li ! Great example! Do you want to publish the app on https://openexchange.intersystems.com?
go to post Evgeny Shvarov · Jun 24, 2024 Are you talking about generator for IPM/ZPM module.xml file?