-
Mentioned by @dirkmc, [this problem](https://github.com/ipfs-shipyard/js-delta-crdts/pull/11) was triggered by msgpack encode / decode properties.
There should be a way of performing the tests with…
-
October 16th, 4pm CET
* [Meeting (zoom)](
https://protocol.zoom.us/j/586782711)
* [Notes](https://cryptpad.fr/code/#/2/code/edit/xOeXsu8bPSEdpahbzy9yG-+J/)
See you there!
-
September 18, 4pm CET
* [Meeting (zoom)](
https://protocol.zoom.us/j/586782711)
* [Notes](https://cryptpad.fr/code/#/2/code/edit/3e4NlDCRwITCVgAN018UHi3m/)
See you there!
-
ORSets only support primitive JS types for uniqueness.
Devise some custom way to define equality / uniqueness.
/cc @parkan and @satazor
-
Thanks for sharing. I can't believe nobody has starred this until me!
I'm not quite sure how to use this with my BadgerDB. Do I use 2 BadgerDB databases, as in one for Raft and one for my data stor…
-
October 2nd, 4pm CET
* [Meeting (zoom)](
https://protocol.zoom.us/j/586782711)
* [Notes](https://cryptpad.fr/code/#/2/code/edit/Iy37TDWYPEi3cumJjnfp1HiS/)
* [Video recording](
https://youtu.be/…
-
Implement am RGA sequence type in delta-CRDTs.
Formal spec is in [this paper](https://hal.inria.fr/inria-00555588/document).
-
I'm running on master right now.
I start with a horde of two nodes (A and B). I terminate B (by sending a SIGTERM to the Erlang node that hosts it). Then I start B up again (with the same Erlang no…
-
I've been looking to Gun and I think it's awesome. I'm trying to evaluate if this can be used for lossless collaborations, so I guess my question is:
Using Gun, could you create a CRDT that is loss…
-
Is there a way to make an event listener for each new event? `getEvents` seems like we'd have to poll it.