Bravo @Robert Cemper, I consider it a privilege that I got to work with you and learn from you before your retirement, and now I can keep in touch on the D.C.!!
- Log in to post comments
Bravo @Robert Cemper, I consider it a privilege that I got to work with you and learn from you before your retirement, and now I can keep in touch on the D.C.!!
glad to hear you like it better!
a picture is worth 1000 words, and a GIF is worth a full teaching lecture ... thanks @Matthew Giesmann for making this super clear!
You might want to bookmark this one instead, so you're always looking at the latest documentation:
https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cl…;
@Nicole Sun - thank you for putting this together ... it's a great overview on which to structure a broad understanding of InterSystems IRIS performance considerations :)
creative!
please do!!
not directly - this is grabbing the Length ($Length()) of the variable X, using "," as a delimiter of the string. So the counter 'i' will run from 1 to the length of X, and then each iteration will grab the next piece of the string (, delimited again)
You beat me to it @Chris Stewart!
@well done @Steve Pisani, thank you :)
I am not sure that all of the docs are public until the product is fully released.
Thank you Robert for the time you took to test all of this out and make the code available :) Do you have any observations, conclusions, takeaways after your testing?
Very nice article! Thank you for the time you took to write it :)
Congrats everyone! Great milestone :)
Glad you figured it out! Thank you for letting us know that it was resolved and was a configuration issue.
Congrats and thank you for your contribution to the community!
@David.Satorres6134 - that is a TREMENDOUS example of leveraging embedded python to avoid reinventing the wheel in ObjectScript! This very nicely demonstrates the value to people like me, who prefer to work in ObjectScript whenever possible, of having embedded python as a bridge to thousands and thousand of reusable libraries. Thank you for weighing in :)
what version of IRIS is this occurring on?
Nice work on this Vivian - thank you!
Just wanted to call people's attention to this new item in the Ideas portal:
https://ideas.intersystems.com/ideas/DPI-I-531
Please upvote if you want to see it get traction!
Just wanted to call people's attention to this new item in the Ideas portal:
https://ideas.intersystems.com/ideas/DPI-I-531
Please upvote if you want to see it get traction!
Thank you for taking the time to research and write this up!!
Great job everyone - thank you all for your contribution to this wonderful community!!
@Paul DeSantis - By default, all InterSystems Login users can only see the last released version of a product as well as any available preview releases. Users that are Supported Customers (meaning they have been given access to our Support system as part of a Supported Organization) can access older builds, either through Evaluation or directly through the WRC Direct application. Do you have a 2nd account which is tied to a Supported Org? Or do you have a colleague who does?
Absolutely! In fact, I'm planning a project for my team so that our CICD pipeline will throw a failure if someone checks in a method, property, parameter in a class without Documatic (///) content. Of course, just because comments exist doesn't mean it is good, but that's at least a place to start!
nice visual :)
Got it - that would be a really great enhancement request though! I would love to see that in action in VSCode :)
An example would be helpful .... typically I will put argument documentation in my /// comment for the method, and use the <var>arg</var> tags to change the styling of the argument names in the method documentation to make it clear that it's referring to the argument.
wow - this looks like a very significant leap forward. Great work and thank you for the continued improvement!!