emilmuller

Results 7 comments of emilmuller

Would be a great addition! Why are we still sending passwords over the wire? 🤔

Hi. I also can't find where it is documented. How does ...otherProps include that class? As far as I can tell the documentation example does not work as the icon...

Hey! Sorry for the late response. I would agree that it is not a common use case, and I actually ended up with a different solution entirely. Regards, Emil

For some reason (I didn't do anything), it started working partly today on September 28. What did not work was getting the 'Approval pending' as per the documentation. Here is...

And it's not working again... Was a one time occurrence apparently.

Interestingly, a slight modification of the above code produces an error: ``` (async () => { const vm = (await getQuickJS()).createVm(); const arena = new Arena(vm, { isMarshalable: true });...