-
(probably out of scope)
prerequisite: #27
## Background
@gozala
> Some of the ideas we (me and Patryk) being exploring seem to assume that there is a way to see an every version of the I…
-
Tesseract requires an API through which it will integrate with the networking layer. It should provide a clean separation between the network and CRDT concerns, so that Tesseract doesn't need to know …
-
The remaining CRDTs that are building on top of `ORSet`.
* `ORMap`
* `LWWMap`
* `PNCounterMap`
* `ORMultiMap`
-
So far event logs were modeled as `Flow[E, Delivery[E], _]` and `EventSourcing` stages as `BidiFlow[REQ, E, Delivery[E], RES, _]` where `E` is the type of a domain event. This is not sufficient for re…
-
I assume, it is some variation of id-based CRDT? Which one?
What is the intended semantics of Y.utils.inDeletionRange?
```
function inDeletionRange (del, ins) {
return del.target[0] === ins[0]…
-
This PR protobuf-ruby/beefcake#70 introduced changes that affect the integration test suite, causing these failures:
```
Failures:
1) Encoding and CRDTs with utf-8 strings updates registers in map…
-
> It is that time when we are ready to cut the next `minor` release of `js-ipfs`, isn't that exciting!
🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟
# Highlights
### 👢 WebSockets DNS Bootstrappers by default…
-
-
It appears to be possible for some of the `executionStatus` metadata events for the same job to have the exact same timestamp values.
This seems very unlikely to be possible in real life. Investigate…
-
6eda1e4e924f351cbe50a8166fb6dfe45c9928d5 changed the API of immutable tesseract as proposed by @orionz, namely eliminating the distinction between a store and the root object, and applying edits by ca…