Learning Documentation Community Open Exchange Global Masters Certification Partner Directory Ideas Portal
Developer Community
  • Posts
    • InterSystems Official
    • Articles
    • Questions
    • Announcements
    • Discussions
    • Tags
  • Events
    • Tech Article Contest
    • Programming Contest
    • InterSystems Ideas Contest
    • Event Calendar
  • Products
    • InterSystems IRIS
    • InterSystems IRIS for Health
    • HealthShare
    • TrakCare
    • Caché
    • Ensemble
    • InterSystems Analytics (DeepSee)
    • InterSystems Text Analytics (iKnow)
  • Jobs
    • Job Opportunity
    • Job Wanted
  • Members
  • About
    • About Us
    • FAQ
    • Feedback
    • Report an Issue
    • Share an Idea
    • Code of Conduct
    • Contact Us

EN

Search by posts, members, tags
Language
EN|
ESPTJPCNFREN
  • Profile page
  • Posts (575)
  • Replies (3,148)
  • Mentions (564)
  • Official certification & Credly badges (4)
  • Global Masters badges (15)
  • Followers (63)
  • Following (38)
AllAccepted answers
    go to post
Evgeny Shvarov · Nov 5, 2022

Hi @Dmitrii Baranov!

Check this basic iris-dev template on the Open Exchange. As you can see it installs git in Dockerfile changing user to root and back to iris-owner:

## install git
## USER root   
##RUN apt update && apt-get -y install git
##USER ${ISC_PACKAGE_MGRUSER}

if uncommented it installs git via user root. I hope this is what you wanted.

1 0 https://community.intersystems.com/post/docker-imagecontainer-use-aptitude?page=34#comment-206251
    go to post
Evgeny Shvarov · Nov 4, 2022

thank you, @José Pereira !

0 0 https://community.intersystems.com/post/grpc-what-it-and-hello-world?page=34#comment-206176
    go to post
Evgeny Shvarov · Oct 31, 2022

IRIS For Health has this functionality and it is Kubernetes compatible today

0 0 https://community.intersystems.com/post/healthshare-kubernetes?page=34#comment-205756
    go to post
Evgeny Shvarov · Oct 30, 2022

Thanks @John Murray ! ZPM package is updated

0 0 https://community.intersystems.com/post/introducing-intersystems-objectscript-package-manager?page=34#comment-205731
    go to post
Evgeny Shvarov · Oct 30, 2022

@Nikita Savchenko made a ZPM release - now could be installable via ZPM too

0 0 https://community.intersystems.com/post/introducing-intersystems-objectscript-package-manager?page=34#comment-205726
    go to post
Evgeny Shvarov · Oct 28, 2022

Here are the Release notes.

0 0 https://community.intersystems.com/post/simplify-python-packages-zpip-irispython-pip-wrapper?page=34#comment-205671
    go to post
Evgeny Shvarov · Oct 28, 2022

Great feature, @Dmitry Maslennikov !

Thank you!

[USER|python-faker]     Reload START (/usr/irissys/mgr/.modules/USER/python-faker/0.0.2/)
[USER|python-faker]     requirements.txt START
[USER|python-faker]     requirements.txt SUCCESS

Is it possible with -v tag to see what packages were installed?

0 0 https://community.intersystems.com/post/intersystems-package-manager-zpm-050-release?page=34#comment-205666
    go to post
Evgeny Shvarov · Oct 28, 2022

Yes!! Thank you! Thank you @Guillaume Rongier !

Also on OEX

0 0 https://community.intersystems.com/post/yet-another-implementation-lb-iris-dollar-list?page=34#comment-205661
    go to post
Evgeny Shvarov · Oct 27, 2022

The recording of the first Round Table.

https://www.youtube.com/embed/bTiL9GzpIJQ
[This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]

0 0 https://community.intersystems.com/post/first-community-roundtable-vscode-vs-studio?page=34#comment-205561
    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.
 

0 0 https://community.intersystems.com/post/how-refer-class-parameter-embedded-python?page=34#comment-205511
    go to post
Evgeny Shvarov · Oct 27, 2022

Hi Scott! which version of IRIS it is? What is the version of ZPM client?

0 0 https://community.intersystems.com/post/introducing-intersystems-objectscript-package-manager?page=34#comment-205506
    go to post
Evgeny Shvarov · Oct 26, 2022

Yet another majestic thing about ObjectScript. Wicked cool.

1 0 https://community.intersystems.com/post/there-way-prevent-building-indices-when-inserting-records-save?page=34#comment-205441
    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.

0 0 https://community.intersystems.com/post/cicd-iris-sql?page=34#comment-205181
    go to post
Evgeny Shvarov · Oct 24, 2022

Thank you, @Alexander Koblov 

1 0 https://community.intersystems.com/post/what-global-persistence-data-class?page=34#comment-205121
    go to post
Evgeny Shvarov · Oct 24, 2022

Thank you @Vitaliy Serdtsev 

0 0 https://community.intersystems.com/post/what-global-persistence-data-class?page=34#comment-205116
    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?

0 0 https://community.intersystems.com/post/what-way-open-iris-management-portal-while-coding-embedded-python-vscode?page=34#comment-205111
    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.

0 0 https://community.intersystems.com/post/source-control-interoperability-productions?page=34#comment-205026
    go to post
Evgeny Shvarov · Oct 22, 2022

Could it be installed via ZPM package?

0 0 https://community.intersystems.com/post/source-control-interoperability-productions?page=34#comment-205011
    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?

0 0 https://community.intersystems.com/post/source-control-interoperability-productions?page=34#comment-205006
    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?

0 0 https://community.intersystems.com/post/what-way-open-iris-management-portal-while-coding-embedded-python-vscode?page=34#comment-204996
  • first
  • ‹ previous
  • …
  • 33
  • 34
  • 35
  • 36
  • 37
  • …
  • next ›
  • last
Evgeny Shvarov
@Evgeny.Shvarov
Senior Startups and Community Programs Manager at InterSystems Corporation
TEAM
Follow
Open Exchange profile

User statistics

Posts
575
Replies
3.1K
Likes
2K
Applications
54
Badges
15
Followers
63
People reached
335.4K
Accepted answers
230
  • Privacy & Terms
  • Guarantee
  • Section 508
  • Contest Terms
  • Cookies Settings
© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up