David Brochart

Results 328 issues of David Brochart

### Problem JupyterLab uses `webpack` for bundling, which is slow. ### Proposed Solution I'm wondering if it could be possible to switch to `esbuild`. ### Additional context `esbuild` is used...

enhancement
maintenance
tag:Performance

## Description There is something weird happening with outputs of type `display_data` in RTC, but not all of them. Here the dirty indicator is not cleared when executing the cell...

bug
tag:Real Time Collaboration

Currently: ```bash mamba env create -f env.yml ``` falls back to conda. We could reimplement it with: ```bash mamba create -n env_name packages_in_env.yml -c channels_in_env.yml ``` by parsing the YAML...

status::need-triage

### Project to be claimed `PROJECT_NAME`: https://pypi.org/project/multiverse ### Your PyPI username `USER_NAME`: https://pypi.org/user/davidbrochart ### Reasons for the request I couldn't find a repository for the project. The project has only...

PEP 541

Thanks for this great tool! I noticed that when running the [deck from the documentation](https://www.spiel.how/quickstart/#making-richer-slides), my CPU goes to almost 100%. Do you know why? ```py from spiel import Deck,...

See https://github.com/jupyterlab/jupyter-collaboration/issues/352#issuecomment-2353809355.

maintenance

It seems to me that we could release jupyter-collaboration v3.0.0. I installed v3.0.0b3 and it works fine with JupyterLab v4.2.5. Or should we make another pre-release that includes the timeline?

question

## Description Hitting Ctrl-S in a document that is "dirty" (not yet saved to disk) shows the following warning: https://github.com/user-attachments/assets/bab1dde1-a957-423f-bbf3-4a2c3956cba1 ## Reproduce 1. Create a new text file. 2. Enter...

bug

### Problem Currently the document providers are kept [private](https://github.com/jupyterlab/jupyter-collaboration/blob/1492678f11f0fca9555224376ed3a51701e41fad/packages/docprovider/src/ydrive.ts#L258) inside the drive. But there can be a need to programmatically create providers and have access to them from outside the...

enhancement

Needs https://github.com/jupyterlab/jupyterlab/pull/16744. This PR gets rid of the custom drive, and instead uses the default JupyterLab drive where it registers a content provider that uses the RTC protocol.