Hood Chatham
Hood Chatham
Maybe we can have them check an environment variable?
Thanks for the report @szabolcsdombi. This has been happening intermittently for a while. Sometimes the latest deploy drops `pyodide.mjs` usually it doesn't... It's pretty annoying so it would be helpful...
If it's a pure Python package, it is possible to "--no-deps" install a `.tar.gz` by using `pyodide.unpackArchive`, though you need to work out the dependencies somehow. I think @henryiii was...
> I don't want to open too many issues in one night here We appreciate all feedback! Please open as many issues as you want.
@eleanorjboyd just a heads up that VSCode is Electron (which bundles Node); this (I assume) should not cause any issues except if the final Pyodide build for NodeJS uses [native...
> should not cause any issues except if the final Pyodide build for NodeJS uses native NodeJS modules FWIW it is possible to use native node modules in VS Code...
@joyceerhl thanks for that--can we discuss further in a separate issue under vscode to reduce noise here? (VSCode-relevant discussion below) > As a first step, we can publish an extension...
> should not cause any issues except if the final Pyodide build for NodeJS uses native NodeJS modules We don't need anything except basic stdlib stuff. Currently I think we...
Right well Jedi has had the stack overflow issues for a long time in V8, which would be a huge problem even before you get to the speed (I've found...
I believe it is not possible to lazily load .so files unless we split pandas into several sub packages. To load a .so file requires an async call **on the...