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!
go to post Evgeny Shvarov · Oct 21, 2022 I think docker is ideal for upgrading - just change the line of the docker image or just use the latest. It may not be the case for production, but for development, docker is a no-brainer IMHO.
go to post Evgeny Shvarov · Oct 21, 2022 Thank you, @Bob Kuszewski ! Indeed it's there, but was not obvious for me for some reason :)
go to post Evgeny Shvarov · Oct 21, 2022 After turning ann CallIns and providing env variables it worked! There are a few more, the whole set: ## Embedded Python environment ENV IRISUSERNAME "_SYSTEM" ENV IRISPASSWORD "SYS" ENV IRISNAMESPACE "USER" ENV PYTHON_PATH=/usr/irissys/bin/ ENV PATH "/usr/irissys/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/irisowner/bin" @Guillaume Rongier , correct me if I'm wrong (tooked from your code). We need a oneliner or zpm to start callins ) It becomes important!
go to post Evgeny Shvarov · Oct 21, 2022 Thank you, @Guillaume Rongier ! Do we have this very valuable info in Documentation? Couldn't find it from scratch.
go to post Evgeny Shvarov · Oct 21, 2022 So, every time I need to use embedded python with IRIS I need to turn CallIn on?