yayy so happy to be among all these great people!
- Log in to post comments
yayy so happy to be among all these great people!
Hi Michael! Thanks for sharing your doubt.
The best way to return an Iris object from a Python code, is to create the Iris object while you are still in Python environment.
That is, you can use the iris' python object (called irispy in this article) to instanciate an Iris' %Stream and write your input.
That way, once your code returns to object script, it already recognizes your stream and you can easily treat it the way you would in an IRIS environment.
Let me know if that's clear and helpful enough.
If you want, mail me a shareable part of your code so I can better understand your situation.
It still has many unanswered questions, so if it were fed with the documentation, I think it could be more powerful. However, my favorite answer so far is this one: https://pt.community.intersystems.com/ask-dc-ai?question_id=120963 it gives a great headstart on questions as that when developing.
Hi Dmitry! Thank you, this announcement helped me with some information, but unfortunately, it is not the same problem, since my certificate only expires in 2028. Do you know if I can change the "Server certificate verification" setting to "None" on the SSL configurations?
Hi Nick! Thank you very much for your answer, it helps a lot. Do you know if I can change the "Server certificate verification" setting to "None" on the SSL configurations?
you can pivot your table and concatenate the results or union join them
Congratulations to all participants and a special congratulations to all the winners!! Well deserved!
You're right! Great reminder, thank you very much!!
Hey Guillaume!
Absolutely! There is so much power in such a combination of technologies!
That is absolutely great to hear!!! This will be amazing
Of course! I enjoy your articles and I have already saved this one for later!
Thank you very much! It is always great to have feedback on our contributions! Also, congratulations to all of my fellow devs!
Thank you very much!! That is exactly what I needed!!
Thank you very much!! That was exactly what I was looking for
Thank you very much! I should've been more specific in my question. I saw the Ensemble.inc file and the WriteTrace source code, but my output wouldn't show in the Event Log and I was having trouble understanding why.
Now I know that the ^Ens.Debug global defines the rules about tracing.
Great to hear that, Pierre! If you have any doubts please send me a message and we can look into it together!
Thank you very much Vadim!
It's always great to contribute!
Try %Reload() on the object holding the %Library.ListOfObjects after step 1. If it doesn't work, just kill the reference and %Open() it again. After each loop, do the same to the object holding the other %Library.ListOfobjects. I hope this helps.
Thank you very much, it's great to hear that! If you would like to see any other topics written here please tell me about it!
Thank you very much! I hope my idea can help contribute somehow to healthier energy consumption soon!
Thanks a lot, @Vadim Aniskin !
I like to start by planning. The following questions usually lead me to a nice place:
- Where do I wanna go with this knowledge? (E.g. 1: I want to learn Django to build a management portal for dealing with data sizes. E.g. 2: all I want is to get to know it better so I can decide whether it is the best Framework for my needs)
- Considering the last question, where can I search for what I need? (E.g. 1: If I'm a visual learner I can search on YouTube for a quickstart tutorial, or for a step-by-step on a similar development. If I learn by practicing, I can follow the official documentation tutorial or find a similar approach on GitHub. E.g. 2: I can read a review, scan the documentation, watch videos, or listen to podcasts, depending on which is better for me to fit into my routine and absorb the concepts)
- Last but not least, how can I fit the study into my routine? Do I prefer to spend a few hours on the weekend, or a few minutes every day? If I have a long time to dedicate, I might be interested in reading more and watching large approach tutorials before I get my hands dirty. Else, if I only have a few minutes, It doesn't make sense for me to watch a whole video without putting it into practice, because the next day I won't remember important details about the implementation. Instead, I ought to choose a step-by-step quickstart tutorial, so I can advance a few steps every day. Once I finish it, I can divide my final objective into tiny tasks, which I can solve individually.
Great to hear that! I hope it works out. Feel free to contact me if you have any problems so I can try to help you.
Oh I see... I'm still studying the case, but here is an idea:
Instead of having the client access directly the /login, you can put a layer between them. The client access your layer, that forwards the request to the /login, receives the response but only sends it after the 2FA. Does it work for you?
Also, idk if you have checked it out already, but this link might help:
https://docs.intersystems.com/iris20232/csp/docbook/DocBook.UI.Page.cls…
It seems to me that you can achieve that by adding a business process that receives the login attempt, calls a business operation requesting for the 2FA, and waits for its response. Once it gets it correctly, the BP can return the token.
Does that help or you need something more specific?
If I understood you correctly, you are looking for the <sync> element
If it's not that, you can have a loop with <until> and set an expression to evaluate true once the message is available
I just saw your nested $TR approach in an earlier comment. Very creative, I liked it! I guess together we made it to 61ch?
ClassMethod IsValid(s As %String) As %Boolean
{
f{s a=s,s=$change($zstrip(s,"*E",,"()"),"()",1) ret:a=s s=""}
}Thank you! This helps me keep writing!
Hey, that's awesome to hear! Thank you!
I believe this is what you're looking for: https://openexchange.intersystems.com/package/zpm-registry
Thank you for the support, @Evgeny Shvarov ! And thanks @Guillaume Rongier too for such a great app!