pycrdt icon indicating copy to clipboard operation
pycrdt copied to clipboard

CRDTs based on Yrs.

Results 5 pycrdt issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

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 ?

bug

### 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...

enhancement

### 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...

enhancement