Julio Henriquez
Julio Henriquez
#47 is actually closer to my question(s), but since it is closed and it's referenced here, I guess its rather a good place to start instead of new issue. Let...
Have you tried something like what I describe above? @vijayrajasekaran I just have not had the time to try it out. But I'm almost certain that could work I've seen...
🤔 not even by using the send API directly. My theory is that if somehow I managed to pass on the (securely) the conversation id to the web view, then...
Hey! It seems I've got a little late to the conversation :) First, I upvoted some of the comments above because I agree a current conversation can be dropped if...
In combination with a [Scrutor](https://github.com/khellang/Scrutor) this worked perfectly for me. I'll leave it here in the case is useful for someone else: 1) Added a generic method to decorate a...
This is an old post but reading it made me realize I was not filtering out my decorators at registration time, which I think is a good idea. Bellow, I...
@theogravity I'm facing the same issue it would seem only `getRandomValues` and `randomUUID` are natively implemented in jsdom. Using [@peculiar/webcrypto](https://github.com/PeculiarVentures/webcrypto) worked for me. Ref: https://github.com/jsdom/jsdom/issues/1612#issuecomment-783729297
Any updates? Is there an alternative package anyone is using? CC: @markhughes @dcousens