Michiel de Jong

Results 668 comments of Michiel de Jong
trafficstars

from memory, the most important part was: local/remote store - `remoteStorage.local`/`remoteStorage.remote` local/remote/common/push/latest version - corresponding version in a node as it's handled in sync and autoMerge, and stored in the...

so you for instance can talk about "the revision of the remote version that is currently in the local store". :)

ah, and 'node' is the collection of versions for one folder or document, as stored locally and/or moved around and processed by sync and autoMerge

this was fixed in #665, thanks a lot @clochix for working on that! we rebased your PR and merged it a couple of days ago.

ah but we're already detecting that, and reducing sync.numThreads from 5 to 1 in that case. It would be a one-liner to also switch to the background sync interval in...

@silverbucket You added the ready label but then @skddc removed it... This is quite serious though, if it even makes the starter-kit hello world example fail. We should probably find...

PS: a `false` entry in the local itemsMap can also indicate a local deletion. The way to distinguish them is that for unfetched items, no node exist, whereas for deleted...

Yes, congrats on the 0.11.1 release! Ping me when you or someone else has time to pair on this one.

Yes, but we'll do that as part of the pairing session. And then immediately fix it while we're at it. Let me know as soon as someone has time.