Jeremy Tuloup

Results 2209 comments of Jeremy Tuloup

> Where would that go? I don't see a section for drives in the JupyterLab documentation. That's probably because there isn't any at the moment. Tracked in https://github.com/jupyterlab/jupyterlab/issues/15143 via https://github.com/jupyterlab/extension-examples/issues/215...

> > since it won't need a custom drive anymore, but it will instead register an RTC content provider on the default drive. > > It would also be worth...

Also did you try with drives other than collaboration to make sure they don't break?

Given the number of comments, the discussion points still to be resolved before merging this PR, and the fact that it is marked as `enhancement`, how about postponing to the...

Catching up on the latest comments in this PR, it looks like the main issue this PR is trying to solve is the handling of the `RTC:` prefix in the...

FYI I've been exploring https://github.com/jupyterlab/jupyterlab/issues/15329 in https://github.com/jupyterlab/jupyterlab/pull/16794, to allow providing a custom `IContentsManager` via a third-party plugin (demo in https://github.com/jtpio/jupyterlab-custom-default-drive). Which means a third-party extension could provide its own `IContentsManager`,...

Thanks @adalseno for the report. The 3.6.2 release notes don't seem to include changes that could be related: https://github.com/jupyterlab/jupyterlab/releases/tag/v3.6.2 Would you be able to open the browser dev tools console...

Thanks @minger233 for the report. Would you be able to try with `7.0.0b3` to check if it is still an issue? The latest version re-uses the JupyterLab shortcuts so maybe...

Thanks @bsundaram1 for the report 👍 This issue is also happening in JupyterLab 4.2.7 and `4.4.0` / `main`: https://github.com/user-attachments/assets/80a69016-6941-4c97-9b1b-2b2f2b3c6849

For reference, if you are using a custom sanitizer you can also set the property directly with: ```ts const sanitizer = new Sanitizer(); sanitizer.setAllowNamedProperties(true) ```