David Luzar

Results 833 comments of David Luzar

Reopening as the adaptive sizing is not actually implemented yet. And adding a discussion label.

We will be adding a fallback to proxy the requests through our backend.

Hi, while this is happening, could you please go into the console (`Cmd-Opt-I`) and paste this: ``` copy(localStorage['excalidraw-state']) ``` This will copy the contents to your clipboard. And then please...

Hi. What is the expectation here? You want the in-app undo/redo to work when you're in the text editor? We should keep the default browser behavior when it comes to...

I think this was requested once. Not against it (probably `Alt/Option`). But it might not be super simple to implement without bigger rewrites of the `pointerdown`/`pointermove` handler.

Hi @mbkrafft! Thanks for the PR, and sorry for missing it - this is really awesome! We'll need to think on what's the best way to expose this, though nothing...

I pushed a debug commit showing live preview of the detected shape so we can check whether something like this would be beneficial or not (we'd likely want to throttle...

Hi! Base64-encoded images seem pretty standard. Can't test on Adobe/PowerPoint right now, but works in Affinity for me. What would be the alternative?

Hi. So the idea is to be able to use library items as Skeleton elements? E.g.: ``` convertToExcalidrawElements([ { type: "library", id: "abc" } ]) ``` Without being able to...