Peter van Hardenberg
Peter van Hardenberg
Hi there - I really appreciate the work you've done with this library but I don't see any releases on npm from the last six months despite all the new...
A a sync message received from another peer may contain changes. We apply those changes to the Backend as part of receiveSyncMessage, but it's not clear how a user would...
We have a class of UX problems where out-of-order or incomplete changes are "applied" but without making any visible change to the document because their dependencies have not arrived. This...
Martin thinks this might not be a big deal in practice, but it is technically a breaking API change, so if we want to change that algorithm we need to...
# Problem statement It would be convenient to support multiple frontends on a single Automerge backend. The most obvious reason would be to reduce overhead in the common situation of...
The default mode of operation for Automerge is to render all operations in the op_set into the output document. For Trellis, we added a history view to crawl back through...
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...
This eventually exhausts all the file handles available to the process which causes your application to fail. There's a branch of hypermerge with a simple test that exhibits the behaviour...
This is an ongoing problem we don't have a good reproduction step for or understanding of, but basically it seems there's some process taking too long and timing out which...
It is often useful to only subscribe to the part of a document that interests a particular component and receive changes when they arrive. The VSCode hypermerge editor allows opening...