go to post Evgeny Shvarov · Oct 27, 2022 Yes, @Jose-Tomas Salvador , this was my point. But r = iris.cls('MyPackage.Subpackage.ClassName')._GetParameter('MYPARAM') Can be converted to: r = iris.cls(__name__)._GetParameter('MYPARAM') if you are in the same class.
go to post Evgeny Shvarov · Oct 27, 2022 Hi Scott! which version of IRIS it is? What is the version of ZPM client?
go to post Evgeny Shvarov · Oct 24, 2022 Thanks @Benjamin De Boe ! Useful article. I think $SYSTEM.OBJ.SetQualifiers("/exportselectivity=0") should be default for the development templates.
go to post Evgeny Shvarov · Oct 24, 2022 Hi @John Murray ! Great we have such documentation. But here is my repo: I have the settings in .vscode/settings.json and don't have it in Devcontainer. Could you send a PR with at least one menu item as an example?
go to post Evgeny Shvarov · Oct 23, 2022 I see. On the other hand ZPM usage can give you a more exposure amongst active ZPM users as this is a very simple and effective approach to install IRIS software packages.
go to post Evgeny Shvarov · Oct 22, 2022 Great! What is the format of the files? Do you support all the elements of Interoperability productions? Can you list it, please?
go to post Evgeny Shvarov · Oct 22, 2022 BTW, @John Murray - is there a way to set up custom links for the menu? E.g. Terminal, Test portal, IRIS BI, etc?
go to post Evgeny Shvarov · Oct 21, 2022 @John Murray , when I restarted the container it worked. The solution is to install the extension into the devcontainer.
go to post Evgeny Shvarov · Oct 21, 2022 75! I'm so surprised by how many bright ideas community kept in secret that were revealed now! Thanks, Ideas Portal team @Anastasia Dyubaylo @Vadim Aniskin and @Raj Singh for running the idea-a-thon! It looks like the next step is the implementation marathon ;)
go to post Evgeny Shvarov · Oct 21, 2022 Thanks for sharing the snippet, @Stephen Canzano ! @John Murray , @Dmitry Maslennikov , @Brett Saviano - do we have an idea how we could collect such snippets to be chosen and described? An additional repo? A tag? I know that there was the idea-a-thon with the idea amongst the winning contributions, but what will we do?
go to post Evgeny Shvarov · Oct 21, 2022 It does, but if you are talking about the ObjectScript extension it hangs for me.
go to post Evgeny Shvarov · Oct 21, 2022 Thanks, @Danny Wijnschenk ! Yes, but what if I already have it?
go to post Evgeny Shvarov · Oct 21, 2022 Cool stuff! Is it possible to export production elements to files with the plugin?
go to post Evgeny Shvarov · Oct 21, 2022 That’s a bit confusing with “%” method names like %New() and %Save() that are supposed to called as _New() and _Save() via python , but makes sense. Thank you @Jolyon Smith!