Comment on Show HN: IndiePaper – An easy way to write and sell self-published booksparentComments−gwbas1c4yEven though the editor auto saves every 200ms to the server, there is no local cachingLoosing a few seconds of work isn't that big of a deal. It certainly isn't worth a scary warning.But, what's more important is to warn when saving isn't working.−aswinmohanmeOP4yThat is already implemented. Still there might be race conditions with the current implementation, didn't wanted anyone to lose any data. It's frustrating as hell to rewrite something from memory.
Comments
Loosing a few seconds of work isn't that big of a deal. It certainly isn't worth a scary warning.
But, what's more important is to warn when saving isn't working.
That is already implemented. Still there might be race conditions with the current implementation, didn't wanted anyone to lose any data. It's frustrating as hell to rewrite something from memory.