Eric Charles

Results 535 comments of Eric Charles

> What are, for this project, the most important aspects of the benchmarks? We are more concerned about the doc size after many changes than the very fast processing of...

[Y.js](https://github.com/yjs/yjs) does not really define layers, but they are architectured in three parts: 1. Y-Bindings: For now to editors (y-prosemirror, y-quill, y-codemirror, y-monaco). 2. Y.js it self responsible for CRDT...

https://github.com/jupyterlab/rtc/pull/88 is a WIP to draw define usecase for jupyter frontend that are applicable for jupyterlab. In terms of jupyterlab, I was thinking that it may be useful to go...

I am also happy to give a demo of those branches similar to what has been shown on https://www.youtube.com/watch?v=fRlVawMDVMk

Thx for opening this discussion @jasonm. For now, the RTC sync is thighed to modelling and syncing changes of the notebook (specified by [nbformat](https://github.com/jupyterlab/jupyterlab/tree/50fa0047d63287005a2c3b1d8f5bfedfe56cde7e/packages/nbformat)) with that [shared-models API](https://github.com/jupyterlab/jupyterlab/blob/50fa0047d63287005a2c3b1d8f5bfedfe56cde7e/packages/shared-models/src/api.ts) (with the...

Is that a [YouTube Channel](https://support.google.com/youtube/answer/1646861?hl=en)? The url should be something like `/channel/...` Example: https://www.youtube.com/channel/UCdkGV51Nu0unDNT58bHt9bg There is also the playlist option: https://www.youtube.com/playlist?list=PLvmPtYZtoXOENHJiAQc6HmV2jmuexKfrJ

> Microsoft just released: "The Fluid Framework is a TypeScript library for building distributed, real-time collaborative web applications.". https://github.com/microsoft/FluidFramework. https://news.ycombinator.com/item?id=24417482 thx @blink1073 We were already tracking this https://jupyter-rtc.readthedocs.io/en/latest/about/libraries.html#microsoft-fluid Good to...

+1 to archive this repo and document the RTC meetings in JupyterLab Team Compass.

Will give a try to this.