David Brochart
David Brochart
> Also did you try with drives other than collaboration to make sure they don't break? I tested [jupyterlab-remote-contents](https://github.com/davidbrochart/jupyterlab-remote-contents) and everything went fine.
> * The potential issue: should the file viewer be aware of the content provider? For example if the content provider is handling or not transferring slice of a document...
@krassowski That would be great if you could help, thanks! One thing I was no sure about is whether we should use MIME types or handle raw file names (see...
I wouldn't recommend using `ypy-websocket` nor `ypy`, and I think we should make clear that `pycrdt` is the official library for Python bindings to Yrs, and archive `ypy` and `ypy-websocket`.
I would have been fine just using Ypy, but it was already unmaintained at the time. Although I needed `pycrdt` mostly for Jupyter, it is actually completely independent, and it...
I replied [on discourse](https://discourse.jupyter.org/t/how-to-use-jupyverse-as-the-backend-server-when-developing-the-jupyterlab-frontend/17689).
I can reproduce the issue.
[test_outstream](https://github.com/ipython/ipykernel/blob/bf104470d2efe50437523697b736ac66b2c2fc16/tests/test_io.py#L95) passes but it shouldn't, here is what is printed if [`pytest -s` is used](https://github.com/ipython/ipykernel/actions/runs/13564635258/job/37914872716?pr=1369): ``` Traceback (most recent call last): File "/home/runner/work/ipykernel/ipykernel/ipykernel/iostream.py", line 392, in _watch_pipe_fd bts = os.read(self._fid,...
I did some experiments with Qt, it works fine on asyncio and Trio. And the nice thing is that there is no polling involved, as in our current solution. For...
Probably because of external event loop integration.