go to post Evgeny Shvarov · Mar 25, 2023 Great example, @Alberto Fuentes ! Curious, what makes this method DeliverToSubscriber being called in Operation?
go to post Evgeny Shvarov · Mar 24, 2023 Thanks @Julian Matthews ! Very important! Do you have any sample app that demonstrates the approach?
go to post Evgeny Shvarov · Mar 24, 2023 If you go with IPM+Git-source-control you can use wildcards as "MyApp.PKG" which will consider included all the classes in MyApp class package.
go to post Evgeny Shvarov · Mar 24, 2023 Yay! This time you can develop the solution for the contest in ANY language that understands SQL! Python, java, .NET, js, C++, Rust, Go, ObjectScript - anything! Looking forward!
go to post Evgeny Shvarov · Mar 20, 2023 Hi @water huang . I notice you use a dot syntax to work with stack levels. ObjectScript has {} for this purpose which seems much more effective.
go to post Evgeny Shvarov · Mar 20, 2023 It looks like you try to reinvent git. Why? Here is the default iris template that has everything related source control out-of-the-box.
go to post Evgeny Shvarov · Mar 18, 2023 Great instruction, Anastasia! Maybe we could add a new(sic!) button into editor that will expect Youtube URL and will transform it into the embedded form and insert the fragment into the post? Sounds easier than several operations?
go to post Evgeny Shvarov · Mar 18, 2023 Do you have an example of importing csv into iris using dbt?
go to post Evgeny Shvarov · Mar 18, 2023 Hi @Tatiana Krupenya ! Thanks for the article! What is the way to establish connections to IRIS via DBeaver over the SSL?
go to post Evgeny Shvarov · Mar 17, 2023 Hi @Joe Jones ! Take a look at the following sample app by @Guillaume Rongier - it contains FHIR to HL7 transformation example, which is in fact JSON to HL7 also.
go to post Evgeny Shvarov · Mar 14, 2023 Hi @Jordan Everett ! You can debug in terminal using ZBreak And Break commands. E.g. insert in the ObjectScript code a new line where you need to step-by-step debugging: Break "L" which means turn on interactive terminal debugging with line-by-line mode and use "go" command to run the line of code.
go to post Evgeny Shvarov · Mar 12, 2023 Thanks @Gertjan Klein , it is not that bad for the value it provides
go to post Evgeny Shvarov · Mar 10, 2023 Also IPM enabled images are available. you can use FROM=intersystemsdc/iris-community:preview to get the latest 2023.1 preview build with IPM onboard.
go to post Evgeny Shvarov · Mar 10, 2023 BTW, turned out that @Sergey Mikhailenko has created and published the module that implements exactly this approach with delegated authentication. So if you want to turn on the passwordless mode in your iris docker image just add the line: zpm "install passwordless" I already did it here in a basic IRIS template.