Learning Documentation Community Open Exchange Ideas Portal Global Masters Certification Partner Directory Startup Hub
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 (124)
  • Replies (1,938)
  • Mentions (572)
  • Official certification & Credly badges (0)
  • Global Masters badges (105)
  • Followers (42)
  • Following (0)
AllAccepted answers
    go to post
Dmitry Maslennikov · Nov 5

Still support, for sure, contact me directly, i.can help with implementing it. 

0 0 https://community.intersystems.com/post/wait-over-welcome-golang-support-intersystems-iris?page=1#comment-283691
    go to post
Dmitry Maslennikov · Nov 5

I closed it. My contest app was removed for no reason, even after I won, so there's no reason to keep it open.

0 0 https://community.intersystems.com/post/wait-over-welcome-golang-support-intersystems-iris?page=1#comment-283685
    go to post
Dmitry Maslennikov · Nov 3

Looks like ML edition is deprecated.
InterSystems removed them everywhere

Even for Enterprise most recent version is 2024.1

0 0 https://community.intersystems.com/post/actual-versions-intersystemsdc?page=1#comment-283662
    go to post
Dmitry Maslennikov · Oct 22

Well, it's mostly like looking at the open implementations, for instance InterSystems Driver, packed as Python package as zip archive here https://github.com/intersystems-community/iris-driver-distribution/tree/.... It contains the whole protocol implementation. 

Some parts of protocol even in plain in IRIS classes too.

0 0 https://community.intersystems.com/post/wait-over-welcome-golang-support-intersystems-iris?page=1#comment-283471
    go to post
Dmitry Maslennikov · Oct 12

Right 

1 0 https://community.intersystems.com/post/wait-over-welcome-golang-support-intersystems-iris?page=1#comment-283373
    go to post
Dmitry Maslennikov · Oct 12

It does not use any already published, it adds a new one for Go, works directly with port 1972

0 0 https://community.intersystems.com/post/wait-over-welcome-golang-support-intersystems-iris?page=1#comment-283370
    go to post
Dmitry Maslennikov · Oct 10

That's a great work, but today we have containers, why do not use containers?

1 0 https://community.intersystems.com/post/iris-install-automation-using-ansible?page=1#comment-283312
    go to post
Dmitry Maslennikov · Oct 10

For the go project, I have 3 articles 

0 0 https://community.intersystems.com/post/technology-bonuses-results-intersystems-net-java-python-and-javascript-contest?page=1#comment-283309
    go to post
Dmitry Maslennikov · Oct 7

Demo of using of this project is here. Project participating in the contest, please vote if you find it useful

0 0 https://community.intersystems.com/post/wait-over-welcome-golang-support-intersystems-iris?page=1#comment-283216
    go to post
Dmitry Maslennikov · Oct 7

Demo of using of this project is here. Project participating in the contest, please vote if you find it useful

0 0 https://community.intersystems.com/post/gorm-meets-intersystems-iris-introducing-gorm-iris?page=1#comment-283215
    go to post
Dmitry Maslennikov · Oct 7

I'm quite new to go world, let me know which package exactly you talking about, I'll have a look

0 0 https://community.intersystems.com/post/gorm-meets-intersystems-iris-introducing-gorm-iris?page=1#comment-283213
    go to post
Dmitry Maslennikov · Oct 3

Not sure about Windows and Cache, but it works with IRIS and Linux

0 0 https://community.intersystems.com/post/executing-csession-always-return-exit-code-1?page=1#comment-283171
    go to post
Dmitry Maslennikov · Oct 1

use 

do $system.Process.Terminate($job, 125)

or 

do $zu(4,$job,125)

to exit with code 125

1 0 https://community.intersystems.com/post/executing-csession-always-return-exit-code-1?page=1#comment-283155
    go to post
Dmitry Maslennikov · Sep 7

Unbelievable, feels like it was just yesterday when all of this just started. And now it has become a huge thing.

3 0 https://community.intersystems.com/post/be-part-our-10-year-anniversary-video?page=1#comment-282828
    go to post
Dmitry Maslennikov · Aug 25
  • Earned points (but didn't redeem yet ... am saving them up ;) )

They already took the Tesla out, unfortunately. And I'm at the point where I don't even know how to spend all the points.

2 0 https://community.intersystems.com/post/summer-2025-global-masters?page=1#comment-282704
    go to post
Dmitry Maslennikov · Aug 19

I know a bit about how to use tree-sitter, but npm install does not work in this project, and tests are failing

1 0 https://community.intersystems.com/post/introducing-tree%E2%80%91sitter%E2%80%91objectscript-high%E2%80%91performance-syntax-parsing-objectscript-your-favorite?page=1#comment-282606
    go to post
Dmitry Maslennikov · Aug 18

Wow, thanks a lot, now we have something to work on.

Is there any contribution guide? I cloned the project and tried to build it locally, but it does not look so simple

0 0 https://community.intersystems.com/post/introducing-tree%E2%80%91sitter%E2%80%91objectscript-high%E2%80%91performance-syntax-parsing-objectscript-your-favorite?page=1#comment-282594
    go to post
Dmitry Maslennikov · Aug 17

So, essentially, the primary reason for using hashed globals is to create a separate global for each index. Which will help, only if you have quite a big table with lots of indexes, and a high-load application.

0 0 https://community.intersystems.com/post/beginners-guide-creating-sql-tables-and-seeing-them-classes?page=1#comment-282574
    go to post
Dmitry Maslennikov · Aug 16

Just a different global name will not make access faster. Most of the reasons here are just to support uniqueness. So, it will not overlap.

1 0 https://community.intersystems.com/post/beginners-guide-creating-sql-tables-and-seeing-them-classes?page=1#comment-282567
    go to post
Dmitry Maslennikov · Aug 12

It's based on closed code, which does not support AST, and requires running in IRIS. 

We need full AST, and have been able to run without IRIS, just run in any of CI environments.

1 0 https://community.intersystems.com/post/proposal-objectscript-naming-conventions-and-coding-guidelines?page=1#comment-282518
  • first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • next ›
  • last
Dmitry Maslennikov
@Dmitry.Maslennikov
IRIS Developer Advocate, Software developer at CaretDev, Tabcorp
MOD
Follow
Open Exchange profile

User statistics

Posts
124
Replies
1.9K
Likes
1.8K
Applications
47
Badges
105
Followers
42
People reached
104.7K
Accepted answers
483
  • 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