Frédéric Collonval
Frédéric Collonval
> the current logic for height estimation may not account for cell margins Actually margins are really bad when DOM measuring is required as they cannot be measured - so...
> teasing on We can actually close this one and https://github.com/jupyterlab/jupyterlab/issues/16481 too. As it is solved by https://github.com/jupyterlab/jupyterlab/pull/12695 + https://github.com/jupyterlab/jupyterlab/pull/13168 + https://github.com/jupyterlab/jupyterlab/pull/13247 for those in doubt we are still using...
> When I say using Yjs directly, I don't mean getting rid of jupyter-ydoc's API, but not using the `observables` package as an abstraction layer on top of Yjs in...
@alkalinin would you be willing to contribute to fix this? It should be a matter of improving the CSS rule with `overflow-y: visible` at the right place.
Thanks for reporting @agupta01 The upcoming 3.6.0 (3.6.0rc0 is released) has seen lots of improvements on the RTC side (:warning: some API has changed - see the [migration guide](https://jupyterlab.readthedocs.io/en/stable/extension/extension_migration.html#jupyterlab-3-5-to-3-6)). That...
It is not possible.
Closing as fixed
> I don't know if it makes sense to not auto-save in collaboration mode. A user might not want to save, but they cannot prevent other users to do so...
Hey this looks like a damn bad issue in NodeJS: https://github.com/nodejs/node/issues/41103 https://github.com/nodejs/node/issues/53011 That said, I don't have any idea right now to fix the issue. One possibility, would be to...
> The method with the [dev container](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) and vscode actually worked, thanks again. Ok that is a good news - the start script wants to be too smart. Would you...