go to post Evgeny Shvarov · Feb 11, 2023 If there is a step-by-step instruction how to setup python environment on Mac I’d appreciate very much
go to post Evgeny Shvarov · Feb 11, 2023 Hi Stefan! There is a special field in the app description on OEX regarding the video. If you do this it appears on the apps page in Videos section. e.g. like here. Otherwise it's not clear where to look for it.
go to post Evgeny Shvarov · Feb 10, 2023 Also, we encourage participants of the contests to apply again with the existing apps and add new features into them. And developers do that. On the team forming: we invite developers to participate as teams - and some of them do that. We have a team of 3 developers from Brazil who participate in a recent contest with iris-trippleslash. But of course it'd be great to see more teams like that.
go to post Evgeny Shvarov · Feb 10, 2023 Hi @Stefan Cronje ! Thanks for raising this topic! In fact we are aware of the problem and introduce different features and services that can increase the level of quality of the applications. 1. We give the bonus for the ObjectScript quality, and all the templates contain ObjectScript linter, that free of charge monitors ObjectScript public code upon a set of rules. And we introduced a special filter on OEX that shows only such apps. 2. We encourage developers to review applications. And to simplify the review, we encourage usage IPM (and we have a special filter) and applications with online demos, as this saves the time of reviewers greatly. 3. We'd love to see projects with multiple contributions and the first thing that could help contributors is to easily setup the dev environment - and here nothing is best than docker environment. That's why we encourage docker usage so much and dockerfile is presented in each and every template. 4. We have InterSystems supported samples and templates to show the set of trusted applications and establish the code guidelines. Actually, you can see the focus of the enhancements if you look what bonuses we suggest for the applications in contests - they are all connected to what we think can increase the quality of applications and engage its usage.
go to post Evgeny Shvarov · Feb 10, 2023 Thanks to all the contributors! You make this community fantastically helpful!
go to post Evgeny Shvarov · Feb 9, 2023 What Python should I install on my laptop to make irissqlcli work? I'm on mac.
go to post Evgeny Shvarov · Feb 7, 2023 Sounds like a good enhancement request. I'd place this as a embedded link (like debug and copy invocation) but above the classname, like "goto line" - you click it, place the copied debug string and it goes to the line. And opens "Other code" in neighbor window if needed.
go to post Evgeny Shvarov · Feb 3, 2023 Great article, @Henry Pereira ! Could you please publish the github repo on Open Exchange?
go to post Evgeny Shvarov · Jan 31, 2023 Congrats to all the contributors! You make the community! Thank you!
go to post Evgeny Shvarov · Jan 27, 2023 Hi Stefan! Usually not. We know, that rules changing doesn’t help. But sometimes, very rarely, we add bonuses on-the-go. Like this time we believe that this bonus will help to pay attention to ideas, published by community members, and implement solutions, that community requested and voted for. And there is still 10 days to submit the app and one week more to polish it. We believe this bonus will not harm anyone. If it does - we can discuss it.
go to post Evgeny Shvarov · Jan 23, 2023 For your inspiration see also the ideas with the "Community Opportunity" status on the Ideas Portal.
go to post Evgeny Shvarov · Jan 23, 2023 What a contest! It'd be great if someone could implement the tool to export Interoperability components into a local folder with every changes saved in the interoperability UI? Currently git-source-control can do the job, but it is not complete. Some Interoperability components (e.g. business rules) are not being exported. And lookup tables are exported in an not importable format. I published and idea regarding it.
go to post Evgeny Shvarov · Jan 23, 2023 Never mind. Turned out I didn't %Source to %Source data copy in transformation thus there were no filename in the result file. The only question left - how to manage Headers line in such a production? If possible?
go to post Evgeny Shvarov · Jan 22, 2023 Thank you, Robert! This could work but for some reason '%f' doesn't work for record mapper: I'm getting <NOTOPEN> error if it is only the '%f' and if I use the default setting of FileOperation as '%f_%Q%!+(_a)' I get the file name that starts from '_' symbol and looks like: _2023-01-22_13.10.49.784 Maybe it is the way to update this setting on-the-go somehow? E.g. with a callback?
go to post Evgeny Shvarov · Jan 21, 2023 Indeed, it works! Thank you, Robert! One issue though: as a result of Operation I have one new file per new message/record in a source file. Any chance to ask Production to put all the same amount records as were in the initial file?
go to post Evgeny Shvarov · Jan 19, 2023 Hi @Colin Overton ! Try MDX2JSON, it should have what you need. Also try DeepSeeWeb, maybe it does what you are looking for.