-
- **Version**: ipfs 0.25.1 (output of npm list | grep ipfs)
- **Platform**: Mac OSX 10.11.6 and 10.12.6
- **Subsystem**: JS - https://unpkg.com/ipfs-iiif-db/dist/browser.js - but unsure what part
…
-
Right now we _accept_ a subscription root type, but we don't provide any special support for registering , managing or delivering them. With the [RFC well on it's way](https://github.com/facebook/grap…
-
Let's say two or more people have a common file system and they do operations such as deleting files, moving files and folders. This is a tree structure of folders and files. Can this be applied to c…
-
The paper "Delta State Replicated Data Types" from Paulo, Shoker, Baquero describes a number of Delta-CRDTs which are more efficient in their state-dissemination:
- Grow-only set
- 2P (two-phase) …
-
When trying to return the GSset value after an update, I get the following:
```
Error processing incoming message:
error:function_clause:[
{riak_pb_dt_codec,
encode_update_response,
…
-
@cricklet
Undo should support IP2(operation transform an do-undo pair should be the same) and IP3(a and b are concurrent operation, a- is inverse operation of a, then a-' should be equal to a'-).
S…
TimYi updated
7 years ago
-
This is a very enticing solution to simplifying shared state management across and between users and servers... if it can be scalable, durable, and reliable. I'd like to understand what's left to be d…
ghost updated
7 years ago
-
After #147 is done, datastore will enforce that all writes be serialized. Boo :(.
To regain some concurrency, we should implement simple automatic merge policies for our datastructures. What I'm imag…
-
Hi,
I was wondering how much effort it would take to provide the scuttlebot client API to web applications?
This could be a stepping stone to providing full integration with scuttlebutt, allowing pe…
-
Hi!
Based on [discussion](https://groups.google.com/forum/#!topic/sharejs/NWIBe3Ao-KA) I understood how to implement undo, but I faced a problem when trying to implement undo/redo functionality.
…