Bartosz Sypytkowski
Bartosz Sypytkowski
Btw. I was thinking, that this would be a pain in the ass if we were to implement it on every method available. However if we would limit ourselves to...
Regarding issue mentioned in pycrdt repo - I'll be fixing this part: we already talked about it with Lucio and Sebastian last week. Core issue is that y-types are using...
Tbh. I've never wrote that, but discussed on multiple occasions: my experiences after working with `ywasm` confirm that trying to keep language bindings in idiomatic fashion using only capabilities of...
This is dangerous for few reasons: 1. It doesn't really describe the state of the system. You still can call methods on the transactions, docs and other types (including nested...
I believe we should first took the effort and migrate ypy to use yrs v0.16.x. Sub documents can be implemented on top of it.
@davidbrochart I think we may talk about two different docs - `Doc` as a yrs structure vs `YDoc` as ypy object wrapping yrs document internally. Teoreticaly you could create some...
We could probably make some iterator method over the root-level types. From there, you can always ask for their content one by one.
My idea was to: currently the snapshot upload comes in two parts: 1. Gzip db file into local disk. 2. Upload gzipped db file as `/db.gz`. 3. Upload change counter...