You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If changes, mark as conflicted, but do not update values
Push changes
If conflicts, notify user and cancel sync
If no changes, exit with success
Re-start sync
Lemacs edits do not change the actual values, but are stored locally until they can be push to the truth server. The changes are applied in the next sync cycle, and possibly retained until they can be confirmed as redundant. The acutal values are updated only from the truth server, so the changes are not reflected in the local data until they are part of the truth.
If this is unnecessary caution and we can confirm the changes and apply them locally without getting them back from the server directly, we can skip this extra work.
The text was updated successfully, but these errors were encountered:
* Moved all save calls to inside the success block to ensure things
happen in the right order.
* Add API to add and delete issues and comments on the GitHub server
* Implement these API, except for `deleteComment`
* Also I haven’t really tested these at all.
Refs #29
Refs #35
Lemacs edits do not change the actual values, but are stored locally until they can be push to the truth server. The changes are applied in the next sync cycle, and possibly retained until they can be confirmed as redundant. The acutal values are updated only from the truth server, so the changes are not reflected in the local data until they are part of the truth.
If this is unnecessary caution and we can confirm the changes and apply them locally without getting them back from the server directly, we can skip this extra work.
The text was updated successfully, but these errors were encountered: