Yiorgis Gozadinos

Results 40 comments of Yiorgis Gozadinos

Hey, RSM is indeed a kind of a special case as it works on different contexts. I don't think it's possible to compose with RSM and keep things simple for...

Yeah we had suggested to do that before as well under the xmppjs org if @sonnyp agrees. Here's some we did: https://github.com/Crypho/xmpp-plugins

We rely on SJCL for http://crypho.com

@Nilos window.crypto is not available to web workers. In my implementation of sjcl within web workers I simply create everything that needs random within the main thread and pass it...

Was writing a long reply, but Mike got there first. Just to add: You might be seing https://github.com/bitwiseshiftleft/sjcl/pull/60 , are you perhaps using an old version?

Absolutely. I am away on holidays, it would be awesome if you could make a PR with the updates necessary.

You can pass the `--junit` flag to `behave` and then plug https://github.com/marketplace/actions/junit-report-action or similar I guess to get more meaningful outputt.

We also need to fix the download tests, probably needs some mount.

Than you Simon. Would you please add a test and I will merge asap.

Hey Petre, Selenium 4 support is definitely desirable. There is nothing very concrete yet, mostly because we need to evaluate whether we want to break away from splinter or wait...