benjaminbhollon / verbose-guacamole

An editor for writers (especially novelists) powered by markdown and git.
https://verboseguacamole.com
GNU General Public License v3.0
8 stars 1 forks source link

Bug: Text removed from document #26

Open zmontgo opened 2 years ago

zmontgo commented 2 years ago

Describe the bug While working on a document, large portions of text are completely and irreparably removed from the document. My qualitative observations make me believe this to be the text added after a commit and something to do with the way it stashes causes it to be removed.

To Reproduce (Uncertain)

  1. Write text
  2. Add a commit
  3. Write more text
  4. Put laptop to sleep, then open it again (presumably to trigger it to stash changes)
  5. Sometimes, text will be removed

Expected behavior Text is not removed.

Desktop (please complete the following information):

This goes without saying, but this is quite a frustrating bug, and one that may prevent me from using this app unless I can be certain it shall not do this.

zmontgo commented 2 years ago

Update: after observing the git repo with the cli, it seems that for some reason, it stashed a change where it removed the text I wrote and applied this stash at some point.