David Brochart

Results 1131 comments of David Brochart

Hi @jbdyn, Thanks for looking into this. Indeed Python's string encoding is Unicode and on the Rust side Yrs uses UTF-8. I'm not sure we should do any automatic conversion,...

Why should we drop Python 3.9, since it has not reached EOL?

These are still not valid reasons IMO. Also, AFAIK we don't do that in other Jupyter projects.

I'm just saying my opinion, thus not closing. I'm also not saying IPython is not a Jupyter project, but I don't know any other Jupyter project that does what you...

I feel this is something that has to be discussed at the Jupyter level, because one Jupyter project will affect many others, and this is especially true for ipykernel. My...

The YStore is here to flush updates to disk, allowing to free up some memory when documents are not changed for some time. Disabling the YStore means keeping all updates...

> I don't think this is exactly precise. Closing the document in all places actually frees up the memory, because all in-memory references are removed/flushed. I think this is what...

I think that `YStore` has to be refreshed. First of all, it should be [independent of `pycrdt-websocket`](https://github.com/jupyter-server/pycrdt-websocket/issues/8). After the [move to `y-crdt`](https://github.com/jupyter-server/team-compass/issues/78), I'm planning to create a new `pycrdt-store` repository,...

See: - https://github.com/y-crdt/pycrdt-store - https://github.com/y-crdt/pycrdt-websocket/pull/123