Andrea Giammarchi
Andrea Giammarchi
@dpgeorge I don't know if this is useful but in this line maybe there's not enough memory allocated ... there's a `code` reference and maybe we can scale up that...
> This is nothing to do with MicroPython, it's internal Emscripten behaviour. I trust your opinion and experience but we don't have the issue on Pyodide so maybe they do...
I wonder if exporting explicitly that `save` instead would be a better option ... and btw, these days I suggest https://github.com/WebReflection/sql.js instead, where you can add sqlite-tag or any other...
``` await query`SELECT 'update' as 1`; ``` probably, but that's why I think the current "*magic handler on changes*" is too magic ... having a whole scan/parser for the syntax...
thing is ... timers get easily discarded when you unload a page while IndexedDB operations that have been already triggered *might* get some time to complete their operation before the...
is it possible to have https://github.com/pyodide/pyodide/blob/main/packages/fsspec/meta.yaml#L3 2025.3.2 ? We will try to help updating the version in there when needed, thanks for the answer!
Thanks, the PR is up: https://github.com/pyodide/pyodide/pull/5604 One more thing ... because `fastparquet` brings in `fsspec` we've tried to avoid bringing in *both* `2024.3.1` and `2025.3.2` but the thing we've discovered...
P.S. the thing with pinned version, enforced or not, is that we cannot use `micropip.freeze()` or it throws an error every single time ... that's why we would like to...
> Could you say more about this? And maybe provide a minimal reproducer? Sure: ```python import pyodide_js await pyodide_js.loadPackage('micropip') import micropip await micropip.install("fsspec ==2025.3.2") import fsspec print(fsspec.__version__) # 2025.3.2 micropip.freeze()...
@hoodmane any chance we can have an ETA for `0.27.6` release? We'd like to release too (for other reasons/changes) but if this is going to be soon enough we'll wait,...