David Brochart

Results 266 issues of David Brochart

I'm wondering if progressive encoding could be supported in Zarr. It is a technique often used on the web, where a low resolution image can be downloaded and displayed first,...

protocol-extension

### Problem The current method for validating documents is having a copy of the document, applying changes to it, and if it's still a valid document, applying the changes to...

enhancement

### Problem description See https://github.com/prefix-dev/pixi/issues/1186#issuecomment-2058601959. I cannot use pixi with [jupyter-collaboration](https://github.com/jupyterlab/jupyter-collaboration): ```bash git clone https://github.com/jupyterlab/jupyter-collaboration.git cd jupyter-collaboration pixi init ``` ``` × failed to parse project manifest ╭─[pyproject.toml:11:16] 10 │...

enhancement

Nice project, thanks for sharing! Correct me if I'm wrong, but it doesn't seem to support WebSockets? If not, it could be interesting to use [httpx-ws](https://github.com/frankie567/httpx-ws).

enhancement

See https://github.com/jupyter-server/jupyter_ydoc/pull/198.

enhancement

enhancement
maintenance

Supersedes #239 (after #280 I preferred openning a new PR rather than rebasing). See https://github.com/jupyterlab/jupyterlab/issues/16008. This PR adds a menu to the Notebook page (it should add it to every...

enhancement

### Problem I'm seeing this error due to [aiosqlite](https://github.com/omnilib/aiosqlite), for instance in the [CI](https://github.com/jupyterlab/jupyter-collaboration/actions/runs/8297184676/job/22708202921?pr=251#step:7:65): ``` Traceback (most recent call last): File "C:\hostedtoolcache\windows\Python\3.11.8\x64\Lib\threading.py", line 1045, in _bootstrap_inner self.run() File "C:\hostedtoolcache\windows\Python\3.11.8\x64\Lib\site-packages\aiosqlite\core.py", line...

enhancement

### Problem We currently have very few tests, and these tests are very low-level. They are definitely not enough to catch corner cases that happen infrequently. Bugs are being reported...

enhancement