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
New post
  • Profile page
  • Posts (574)
  • Replies (3,146)
  • Mentions (563)
  • Official certification & Credly badges (4)
  • Global Masters badges (15)
  • Followers (62)
  • Following (38)
AllAccepted answers
    go to post
Evgeny Shvarov · Aug 15, 2019

Hi Kevin!

Thanks for the feedback!

This is a good point. Submitted an issue. If this describes the problem right?

0 0 https://community.intersystems.com/post/intersystems-open-exchange-suggestion?page=87#comment-111341
    go to post
Evgeny Shvarov · Aug 14, 2019

Updated the ObjectScript code blocks in your post a bit. 

And don't see any DeepSee cubes here - is this DeepSee related?

0 0 https://community.intersystems.com/post/dashboard-line-graph?page=87#comment-73471
    go to post
Evgeny Shvarov · Aug 11, 2019

Tagging  @Patrick Jamieson

0 0 https://community.intersystems.com/post/docker-image-hl7-v2-support?page=87#comment-73331
    go to post
Evgeny Shvarov · Aug 7, 2019

Would be great - it’s even more presence and developers can collaborate 

0 0 https://community.intersystems.com/post/online-learning-solid-design-intersystems-objectscript?page=87#comment-73106
    go to post
Evgeny Shvarov · Aug 7, 2019

Thanks, @Steve Wilson!

Yes, we plan to turn off the attachments feature. As you mention there are a lot of better ways to expose presentation and code.

And as you see @Sourabh Sethi posted the recent package for his recent video on Open Exchange.

1 0 https://community.intersystems.com/post/online-learning-solid-design-intersystems-objectscript?page=87#comment-73096
    go to post
Evgeny Shvarov · Aug 7, 2019

Hi Juha! 

Thanks for the question! 

What are the issues do you face with API Management with container? 

0 0 https://community.intersystems.com/post/announcing-release-intersystems-api-manager?page=87#comment-73081
    go to post
Evgeny Shvarov · Aug 6, 2019

Hi @Victor Ferreira!

It's not an answer to your question but just a notice that we also have a Spanish community too. So you are able to click on ES switcher(right top corner of the question) of your question and you'll be able to introduce the linked question in Spanish too.

0 0 https://community.intersystems.com/post/api-documantation-postman?page=87#comment-73041
    go to post
Evgeny Shvarov · Aug 3, 2019

Sean, I cannot promise collaboration) But happy to test and submit issues if any )

0 0 https://community.intersystems.com/post/cogs-library?page=87#comment-72986
    go to post
Evgeny Shvarov · Aug 3, 2019

Have this Docker extension but didn't know the feature. VSCode Tasks are interesting too. Cool stuff thanks. 

0 0 https://community.intersystems.com/post/keyboard-shortcuts-vscode-terminal-and-iris?page=87#comment-72976
    go to post
Evgeny Shvarov · Aug 3, 2019

Hi Sean!

Is it possible to serialize global to JSON and export into a file with Cogs?

and vice-versa - import JSON to a global?

0 0 https://community.intersystems.com/post/cogs-library?page=87#comment-72971
    go to post
Evgeny Shvarov · Jul 31, 2019

Wow.  I think even our Chinese colleagues will not help to read this)

1 0 https://community.intersystems.com/post/codegolf-fizzbuzz?page=87#comment-72776
    go to post
Evgeny Shvarov · Jul 31, 2019

I like it! though $X is a "hack" ;)

0 0 https://community.intersystems.com/post/codegolf-fizzbuzz?page=87#comment-72756
    go to post
Evgeny Shvarov · Jul 31, 2019

My one)

ClassMethod FizzBuzz()

{

f i=1:1:100 {

s k=i

f a=3,5,15 s:'(i#a) k=$CASE(a,3:"Fizz",5:"Buzz",:"FizzBuzz")

w k,!

}

}
2 0 https://community.intersystems.com/post/codegolf-fizzbuzz?page=87#comment-110981
    go to post
Evgeny Shvarov · Jul 30, 2019

Joao!

If you speak Spanish you can try to make an announcement on Spanish Developers Community as well.

0 0 https://community.intersystems.com/post/freelance?page=87#comment-72681
    go to post
Evgeny Shvarov · Jul 25, 2019

Hi Tony!

Thanks for sharing!

Could you please submit the repo to Open Exchange too to expand the audience?

0 0 https://community.intersystems.com/post/random-read-io-storage-performance-tool?page=87#comment-72301
    go to post
Evgeny Shvarov · Jul 24, 2019

You can send Direct Messages now. Learn more.

0 0 https://community.intersystems.com/post/job-opportunity-cache-developer-redditch?page=87#comment-72291
    go to post
Evgeny Shvarov · Jul 24, 2019

Another useful command to load into local docker  just downloaded from WRC new release of IRIS:

# docker load -i ~/Downloads/iris-2019.3.0.302.0-docker.tar.gz
1 0 https://community.intersystems.com/post/useful-commands-you-day-day-development-docker-containers?page=87#comment-72281
    go to post
Evgeny Shvarov · Jul 23, 2019

Good point David, thanks! 

0 0 https://community.intersystems.com/post/what-do-you-do-your-intersystems-iris-fork-repository-if-your-pr-accepted?page=87#comment-72216
    go to post
Evgeny Shvarov · Jul 23, 2019

Right. 

It turned out that VSCode-ObjectScript if is connected to IRIS, has the option to open Management Portal related to the current window of VSCode. Nice job, @Dmitry Maslennikov.

0 0 https://community.intersystems.com/post/how-know-port-iris-management-portal-programmatically?page=87#comment-72206
    go to post
Evgeny Shvarov · Jul 23, 2019

Robert, thanks for sharing!

Works and compiles with IRIS on Docker in VSCode.

0 0 https://community.intersystems.com/post/queue-logging?page=87#comment-72186
  • first
  • ‹ previous
  • …
  • 86
  • 87
  • 88
  • 89
  • 90
  • …
  • next ›
  • last
Evgeny Shvarov
@Evgeny.Shvarov
Senior Startups and Community Programs Manager at InterSystems Corporation
TEAM
Follow
Open Exchange profile

User statistics

Posts
574
Replies
3.1K
Likes
2K
Applications
54
Badges
15
Followers
62
People reached
334.8K
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