pycrdt
pycrdt copied to clipboard
CRDTs based on Yrs.
### Problem My team and I were hoping to use py-crdt in a server-side context with multiple workers. We ran into the issue of workers switching context and the rust...
Closes #110.
coming from this issue https://github.com/y-crdt/ypy/issues/154 i don't find how to synchronize map changes between different python clients. using websocket, with awareness... can someone give me an example ?
### Problem The current method for validating documents is having a copy of the document, applying changes to it, and if it's still a valid document, applying the changes to...
### Problem I am working on a platform that has centralized storage for the YDoc. As the centralized server does not need to know anything about the YDoc there is...
### Problem I'm working on a Python agent, that needs to edit state of richtext. On js side, I can use [y-prosemirror](https://github.com/yjs/y-prosemirror) but the document schema is based on `YXmlFragment`...
Hey @davidbrochart :wave: I played around with some emojis in `Text` and noticed that insertion is working different than expected: 🐍 test script ```python from pycrdt import Doc, Text ##...
This PR adds the periodic awareness update as in [awareness.js](https://github.com/yjs/y-protocols/blob/255b7e6c96d9c6dd48b5519b3f83ab65afdb4bba/awareness.js#L59). cc @brichet