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 (578)
  • Replies (3,173)
  • Mentions (573)
  • Official certification & Credly badges (4)
  • Global Masters badges (15)
  • Followers (58)
  • Following (39)
AllAccepted answers
    go to post
Evgeny Shvarov · Dec 3, 2022

Updated

0 0 https://community.intersystems.com/post/technical-bonuses-results-intersystems-iris-health-contest-fhir-womens-health-2022?page=35#comment-208026
    go to post
Evgeny Shvarov · Dec 3, 2022

Hi @Maksym Shcherban !

Bring my apologies for that! The "life" of all the deployments on https://portal.events.isccloud.io/ is 7 days long by default.

Could you create a new one?

Also if you need the deployment to keep alive longer please reach me out in direct message.
 

3 0 https://community.intersystems.com/post/technical-bonuses-results-intersystems-iris-health-contest-fhir-womens-health-2022?page=35#comment-207991
    go to post
Evgeny Shvarov · Nov 30, 2022

No magic here) BYOP - which means bring your own parameters)

0 0 https://community.intersystems.com/post/running-objectscript-classmethod-vscode-terminal-one-click?page=35#comment-207781
    go to post
Evgeny Shvarov · Nov 20, 2022

Another option is you code it by yourself in some preliminary window and then form an URL that contains filter settings for widgets and open dashboard with those filters set up.

0 0 https://community.intersystems.com/post/deepsee-modifying-advanced-filter-pivot-based-dashboard-filter?page=35#comment-207301
    go to post
Evgeny Shvarov · Nov 20, 2022

Looks like it is not possible today. I suggest you add it as an idea for IRIS BI.

0 0 https://community.intersystems.com/post/deepsee-modifying-advanced-filter-pivot-based-dashboard-filter?page=35#comment-207296
    go to post
Evgeny Shvarov · Nov 11, 2022

Thanks a lot to all the contributors and to the community that supported with feedback, pull-requests and which adopted broadly the tool! 

Currently there are 250+ packages published on OEX, at least 300+ developers who install packages every month, and the amount of installed packages is above 2,000 every month.

Thank you!

0 0 https://community.intersystems.com/post/zpm-now-intersystems-package-manager-ipm?page=35#comment-206741
    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=35#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=35#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=35#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=35#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=35#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=35#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=35#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=35#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=35#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=35#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=35#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=35#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=35#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=35#comment-205121
  • first
  • ‹ previous
  • …
  • 34
  • 35
  • 36
  • 37
  • 38
  • …
  • next ›
  • last
Evgeny Shvarov
@Evgeny.Shvarov
Senior Startups and Community Programs Manager at InterSystems Corporation
TEAM
Follow
Open Exchange profile

User statistics

Posts
578
Replies
3.2K
Likes
2K
Applications
56
Badges
15
Followers
58
People reached
343.8K
Accepted answers
232
  • 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