Jim Pick
Jim Pick
I see that automerge tackled that issue on the CRDT level recently: https://github.com/automerge/automerge#undo-and-redo
ProseMirror (a relative of CodeMirror, by the same author) also has collaborative editing support. I believe that what they do is keep track of a stack of changes, and then...
Is this related to https://github.com/peer-base/peer-base/issues/117 ?
Related Hacker News thread: https://news.ycombinator.com/item?id=19845776 I'd already left some breadcrumbs leading over to PeerPad. :-)
I'll do a little more isolated testing ... once the latest libraries are landed, I think it would be good to schedule another team test. That seems to show up...
Our super short term goal is to use it for our working group meeting next week. We could probably manually copy the data to a github gist for long-term persistence...
I'm all for this. The biggest blocker is ensuring that the pinner properly persists the data with a reasonable guarantee. Right now, for dev.peerpad.net, we are deploying the pinner to...
The "Connection has no connected handler" errors are a React Native thing - I believe they are unrelated. I couldn't get them to go away during development. https://github.com/facebook/react-native/issues/10027 I noticed...
I just added x86_64 (aka x64) prebuilds for the iOS simulator, so it should work there. I can get it to work if I start a new cabal ... `cabal...
I made some android prebuilds for utp-native as well. With utp support, Android should be able to do "hole punching" in certain behind-the-firewall situations.