Thorsten Beier
Thorsten Beier
@psychemedia there is a PR here https://github.com/jupyter-xeus/xeus-sqlite/pull/119 with that one can fetch databases with `%FETCH ` and load them with `%LOAD RW` one can then persist the virtual filesystem into...
Hi, Thanks for welcoming feedback from the community. For wasm builds of python / python-packages (ie [pyodide](https://pyodide.org/en/stable/ ) / [emscripten-forge](https://github.com/emscripten-forge/recipes)) package size really matters since these packages have to be...
@jtpio locally this works for me..
@jtpio it even works when I install xeus-sqlite-kernel-0.2.0 via pip.
@wolfv it turns out this is a problem with the rattler-build build packages. In the `index.json` of the rattler-build packages is says: ``` "platform": "emscripten", "subdir": "emscripten-wasm32" ``` but the...
@LiamBindle now that we know the issue we are working to fix this as soon as possible!
btw I ran into this bug once, then I reinstalled mamba/micromamba in the host environment...now I cannot reproduce it anymore
mhh...just realized that the code above does not add the zarrays but the normal xarrays. Still interesting. when I add some more dispatcher-inits I get some other error: this give...
I already implemented such chunking, this will be added in one of the next releases
should not be merged as it is. Iff we want setup.py support, this https://gist.github.com/hovren/5b62175731433c741d07ee6f482e2936 is the suggested way