-
I'd love to see some course content on Replicable Object Notation, i.e. https://github.com/gritzko/ron-cxx and https://replicated.cc.
While IPFS is clearly a "keystone" in the peer web, and deserve…
-
**Describe the feature you are proposing**
https://github.com/ipfs/iptb can be used for testing ipfs. Now with CRDTs, it should be possible to test ipfs-cluster with easy as well!
It would be aw…
-
I might be missing something, but it seems like there is no way to retrieve the low-level `crdts::merkle_reg::MerkleReg`.
There is a `safe_network::client::Client::get_register` function that retur…
b-zee updated
2 years ago
-
The `README.md` states the following:
```
Automatic merging. Automerge is a so-called Conflict-Free Replicated Data Type (CRDT),
which allows concurrent changes on different devices to be merged au…
-
# Possible Solutions
## CRDTs
Seems to be the "correct" solution. Is this memory intensive?
Possible Implementations:
- [Elm SEQ](https://github.com/brightdb/sequence). Not updated for 0.19 yet,…
-
Hi there -- I was inspired to try OKM by the talk here at CSV Conf by @Bubblbu and looked up a particular research interest of mine: `crdt`s or `conflict-free replicated data types` are a computer sci…
-
The docs talk to the ability to use search with CRDTs. Their are counters & sets examples which for multiple languages, which works great. Unfortunately the examples on searching maps don't include …
-
### Contact Details
_No response_
### Is there an existing issue for this?
- [X] I have searched all the existing issues
### Is your feature request related to a problem? Please describe.
I would…
-
Then we could break some data dependencies and have multiple jobs in parallel operating on the same data - with a subsequent resolution phase.
-
I've been meaning to experiment with `diamond-types` in Helix which already uses Ropey + an [OT `Transaction`](https://github.com/helix-editor/helix/blob/master/helix-core/src/transaction.rs) to apply…