go to post Eduard Lebedyuk · Feb 18, 2021 If you encounter mismatch you should return immediately and not continue iterating.
go to post Eduard Lebedyuk · Feb 18, 2021 For VSCode users. If you generated an api and don't see dispatcher class, that's because VSCode does not show generated classes by default. You need to press "Show Generated Items" button to see them.
go to post Eduard Lebedyuk · Feb 18, 2021 Why do you want to kill all BH jobs directly? You can just disable a BH and it would effectively do the same: set sc = ##class(Ens.Director).EnableConfigItem(BH, 0)
go to post Eduard Lebedyuk · Feb 9, 2021 Table with notifications should be available on all application servers via ECP or Sharding. This way each server can be aware of all the messages and inform the clients in turn.
go to post Eduard Lebedyuk · Feb 8, 2021 I have ordered Raspberry Pi 4 a month ago, any news when would it ship?
go to post Eduard Lebedyuk · Feb 7, 2021 Is your postgresql in the same docker-compose? Please post your dockerfile for jgw (or link your repo). I'd also give chmod +777 on postgresql-42.2.18.jar during build jic
go to post Eduard Lebedyuk · Feb 6, 2021 What do you want to achieve? All audit changes are valid by themselves. For example if I have access to the codebase I can modify it however I want and it would be a valid action. If I delete the code it would be a valid action still, just malicious. If, on the other hand, the codebase has some classes which I'm allowed to modify and some I'm not (so modifying them would be an invalid action), that should be resolved on the roles stage (by separating the code into two different databases and giving me write access only to the one db I should be able to modify). Essentially, user should be allowed to perform only valid actions and audit exists to check for malicious actions. Using audit for additional validity checks is not recommended because audit does not serve this purpose.
go to post Eduard Lebedyuk · Feb 1, 2021 The recordings will be made available to all registrants on Friday this week. Uwe Hering (uwe.hering at intersystems dot com) can send you the video files for subtitling / editing - please send him an email.
go to post Eduard Lebedyuk · Feb 1, 2021 German is the language of the conference, but some sessions are in English: When is Artificial Intelligence Trustworthy? Convergent Analytics Making Machine Learning Actionable Enriching Master Data Management product KanoMDM with AI/ML
go to post Eduard Lebedyuk · Jan 27, 2021 When you need to switch into a new namespace for some work: Extract this work into a separate method (or methods) At the beginning of the root method switch namespaces like this: new $namespace set $namespace = "yourNS" This way when you leave the method, namespace would be automatically reverted to a previous one.
go to post Eduard Lebedyuk · Jan 26, 2021 Their cloud hosting is not free but you can host it yourself.
go to post Eduard Lebedyuk · Jan 26, 2021 On Windows execute: <iris>\bin\irisdb -s <iris>\mgr where <iris> is a root of an InterSystems IRIS installation.