Simon Choi

Results 192 comments of Simon Choi

> Can you let me knwo where you got that quote from ? Often its a matter of Context, and am curious of their context. https://blog.sqreen.com/webassembly-performance/ The context is communication...

> the author of yjs, Kevin Jahns, did implement a snapshot feature. Thanks, I'll check it out. > seeing how integrated/easy to remove the change history is Unfortunately this is...

> Isn't the whole point to reconverge when the peer goes back online? Sorry, avoid divergence, guarantee convergence :D

> So the question is, when is it ok to delete the logs? If you can guarantee that all nodes in a system received the logs of changes, then those...

Unfortunately, indexeddb does not support resetting the auto increment key. I'll document this as a limitation.

@abdhoms No because I don't really know how to fix it. Just ignoring all fields that json ignores feels really weird and unexpected. Isar has nothing to do with json...

Maybe a `ignore` property of `@Collection` where a list of fields can be provided? Like `@Collection(ignore: ['copyWith'])`

This has been implemented in `3.0.0-dev.14`

Fixed in `3.0.0-dev.8`

Would you mind retrying with `3.0.0-dev.9`?