David Luzar
David Luzar
> @dwelle could this also be for same reason as #5866 ? Partly, maybe — the parts with English text (using Virgil), and that part should now be fixed (https://github.com/excalidraw/excalidraw/pull/5878)....
> i don't think so,i changed the font but the problem still exists, and more on this everythig was good before the latest updates No idea what the latest updated...
Thanks for working on this @kbariotis. > lipis are you referring to the [`debounce` function](https://github.com/excalidraw/excalidraw/blob/master/src/utils.ts?rgh-link-date=2021-02-15T19%3A41%3A10Z#L121-L142)? it rather serves as a queue in this instance to avoid doing multiple calls at...
> Is there a way to only save when there’s a change? A naive implementation could be to MD5 the stringified Excalidraw elements array and only save when there’s a...
Yea, we have several of these checks hardcoded across the app already so we may as well factor them into a single API.
@ad1992 thoughts on how to make it obvious this doesn't relate to server persistence (not just, but mainly for host apps that autosave to server)?
After discussion, here's current status: - There's a problem where the autosave is triggered on any change to app state, even one that's unrelated to the file. This results in...
> It could also just be auto-on, Glitch style or Google Docs style (which, to be fair, work in the cloud, not the local file system). I still think it...
Hello. It's not a backtick, but `'` as you first suggested. We've had problems with this particular key, so we're using the physical location instead of the printable character (in...
@ppaspp in chrome-based browsers there are things we could do (and we will at some point). Not so much in other browsers.