ypy icon indicating copy to clipboard operation
ypy copied to clipboard

Python bindings to y-crdt

Results 31 ypy issues
Sort by recently updated
recently updated
newest added

Following error occurs when trying to install in a Python 3.12 environment: > (jupy312) PS C:\Users\naray\Python\venvs\jupy312> pip install y-py > > Collecting y-py > Downloading y_py-0.6.2.tar.gz (53 kB) > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━...

Not sure if this is a trivial question or not, but i've been trying to load in a ydoc binary from a file on disk to no success. So far...

seems to be similar to #69 I have three maps like a kanban : todos, doing, done and i want a worker to be able to "move" a task from...

I'm struggling to get a text representation **including formatting** from a `YText`. There is `to_json` but that just returns the raw text without formatting. Is there a plan to implement...

Since CRDTs can be CPU-intensive, I'm wondering if we could run all the Rust code in a separate thread, and have an async Python API that would not block while...

I'm currently struggling to update a shared text to update on connected clients. Things seem to work perfectly normal when the changes come via a connected client, but the change...

We are looking for maintainers for Ypy. If you are familiar with Python and are interested in learning a bit of Rust, this would be an excellent project to make...

Hi, as noted I get this error "decoded variable integer size was outside of expected bounds of 70 bits" somewhat frequently when processing updates in ypy, e.g. with `Y.encode_state_as_update(my_ydoc, ydoc_update_data)`....

If you observe changes on a document or a type via callbacks, the callbacks run when the transaction is committed. When the callback tries to perform any operation that requires...