Simone
Simone
Could you elaborate on 'notarization'? I don't know what it is. BTW the software is great!
Thanks for taking the time to explain and link the docs!
I created a fork and added .gitpod.yml [here](https://github.com/simonegiacomelli/elm-webpack-starter/tree/master) These are additional improvements that comes to my mind: - ~~auto open the preview window (i.e. http://host:3000)~~ scratch that! already done: gitpod...
> [...] if you can show me a fully working environment Sure, here it is: https://gitpod.io/#https://github.com/simonegiacomelli/elm-webpack-starter Know that gitpod will take a couple of minutes to create the environment. But...
Is this issue still developed? With this I could begin a migration project from MS sql server to PostgreSQL ...
DispatchProxyAsync solved issues with DispatchProxy! Thanks
An updated with Pyodide v0.26.2; The close error is gone and it looks like the async tests are run **but they always succeed**. I updated the shell script of @Kodiologist...
After reading your comment I landed on this post authored by you https://blog.pyodide.org/posts/0.26-release/#improvements-to-stack-switching-support Can't wait to see stack switching generally available! 😍
I just saw the release of 0.26.4 and: - Enabled the chrome://flags/ `Experimental WebAssembly JavaScript Promise Integration (JSPI)` - Pasted the code below in the in the [pyodide console](https://pyodide.org/en/stable/console.html) ```...