David Brochart
David Brochart
> 1. recreate a doc - basically create a new clean document and reinsert its contents. I think this is the best option e.g. in Jupyter, but that needs cooperation...
I think we need to use https://crates.io/crates/pyo3-ffi.
Sorry in advance if this is out of the scope of this issue, but I was wondering if one could also specify where in the data pipeline an algorithm should...
> Well right now I have no control about how the `downsampling`/`oversampling` is done in the XarrayReader feel free to have a look at https://github.com/cogeotiff/rio-tiler/blob/c93e772949e1734415b78faadae4a99fbd18820a/rio_tiler/io/xarray.py#L346-L366 🙏 For my particular use-case,...
Great!
Maybe you just want to run a trio event loop on its own as a first step, but it's worth mentioning that pyodide integrates asyncio into the JavaScript event loop...
Hi @nevin-lim, thanks for helping out with this, I don't think anyone has started working on it yet.
Not sure if it's relevant, but we use subprotocols in the kernel protocol over WebSocket, maybe this helps: https://github.com/jupyter-server/jupyter_server/pull/657#issuecomment-1014702835.
That would be nice indeed.
I think that [watchfiles](https://github.com/samuelcolvin/watchfiles) is a low-risk dependency, since it tries its best at using the system's features and then falls back to polling (via the [notify](https://crates.io/crates/notify) crate). It has...