Happy Aniversary!!!
- Log in to post comments
Happy Aniversary!!!
Super deserved, congrats @Dmitry.Maslennikov. Thank YOU for sharing your knoledge with us.
👏👏👏
Hello @Stefan Wittmann
thanks for the detailed tutorial.
Exists a community free version of API Manager in order to use it with the Iris Community version?
Thank you.
Hi Anastasia, Thank you I misunderstood it.
By the way te bonuses for the application are missing.
Thank you!
Hello, Could you please add this bonuses to IrisGoogleChat, please?
Topic (Using of IA)
Application : https://openexchange.intersystems.com/package/irisGoogleChat
Translation: https://es.community.intersystems.com/post/irisgooglechat-con-ia
Thank you!
I used it to find detailed steps of how to create my first business process
https://community.intersystems.com/ask-dc-ai?question_id=178450
Thanks Luis Angel. Your repo could be a good starting point to learn. 👍
Thanks Salva!, I'm not familiar with using interoperability production, but it might be a good reason to learn how to use them. 😉
Hello @Robert Cemper
Thank you for your answer, you were right.
I have modified my Dockerfile in order to replace this line:
ARG IMAGE=intersystemsdc/iris-communityfor this one:
ARG IMAGE=intersystems/iris-ml-community:2023.1.0.235.0And now works!!
Thank you for your quick response. 👏
P.D.: I think that definitely I have a good excuse to change mi old computer... 😜
Hi @Evgeny Shvarov thanks for the piece of advice, I’ll try it it seems really interesting. Thanks!
Hi @Anastasia.Dyubaylo.
Could you please revise the translation points for the article: Tasks & Tricks: The Dev's Fish & Chips ?
Thanks!
Thank you for your feedback 😍
Congrats @Robert Cemper you are our greatest inspiration. A true legend. Thank you for sharing your knowledge with us. 👏
Thanks for the nomination!!! 😘
Hello, I think you are both right.
Checking the namespaces we found that some of them had Cache Standard Collation and others Spanish1.
.png)
It seems there was some problem restoring the copy. We manualy copied the namespaces with Spanish1 collation again and they now appear correctly as Cache Standard.
Thanks @Luis Angel Pérez Ramos and @Robert Cemper !!
Thank you so much. It's a really pleasure be member of this great community.
Congratulations to everyone!.
@Vadim Aniskin
Thank you so much, very proud to enter the Hall of Fame! ♥
Second consecutive month!! Thank you very much!!, very proud.
Congrats to @Enrico Parisi, and @Tani Franke
I think we need more context but in case you were iterating the global you could do this:
Set key2=""For{
Set key2=$O(^global(key1,key2))
Quit:key2=""Continue:($G(^global(key1,key2))=c) // will skip this node and continue with next
...
}If there isn't an iteration you could do:
^global(1,2)=a*b
^global(1,3)=a*c
Q:($P(^global(key1,key2),"*",2)=c)Yuval Golan, Robert Cemper
Finally I've found my mistake. My script failed with this kind of lines:
onersfkelkje345one
Because I only searched for a coincidence of words once
Thank you both for your help!
No, it wasn't my problem I tried and works with this input, but thanks!!
Thanks Robert, it seems that my code has an error because it doesn't match with your results. I will keep trying. Thank you so much!
Hello, has anyone received this result in Day1 - Part Two puzzle ?
I think my answer it's correct and I've checked the puzzle input and it seems correct... xD
.png)
Thanks!
Thank you very much! Very proud to recieve this recognition!!
Congrats to @Enrico Parisi and @Luis Angel Pérez Ramos
Hello Enrico,
The reason for doing it in this way is because we haven't yet migrate to IRIS. We're working with the 2018 version currently.
Thanks for your answer 👍
My my, I had looked for the Count command but had not found it. Sorry for the silly question.
Thanks Dimitry!
Thanks Dimitry,
In which scenario could I be affected by the overflow. Sending messages without a listener who read them, for example?
Is there a way to know how many messages are in a queue, to avoid this problem?
Thanks again
Thanks Yaron,
I'm not worried about security because I plan to use it on non-critical internal processes, but anyway I've done some research and here is an example using SHA-256:
Set encryptedValue = ##class(%SYSTEM.Encryption).SHAHashStream(256,stream)
The first parameter (in my case the value 256) refers to the bit-length:
160 (SHA-1)
224 (SHA-224)
256 (SHA-256)
384 (SHA-384)
512 (SHA-512)
I answer my self xD
##class(%SYSTEM.Encryption).MD5HashStream(stream)
I hope it can be useful for someone too xD
Thanks!
Ok, I understand it, no problem, thank you!