David Luzar

Results 833 comments of David Luzar

Some notes as I go along! - [x] when binding a previously-wrapped text to a container, it should automatically unwrap it, otherwise it's acting buggy when containerized

Improvements coming!

Hi. Arrow binding is still supported, but we scaled down the auto-binding. From now on you need to bind by dragging the arrow end points. See https://twitter.com/excalidraw/status/1786055557645824177 for more.

No, we've just moved away from it as per user feedback. But we may consider supporting the old behavior through a config.

If this ends up being implemented, we should also support [`.svelte`](https://svelte.dev) which uses almost identical css definitions: ```html p { color: purple; font-family: 'Comic Sans MS'; font-size: 2em; } These...

For some reason we've having issues with Vercel builds lately, and most PRs fail on an error similar to this: ![image](https://github.com/excalidraw/excalidraw/assets/5153846/5407b746-4079-4d8a-936c-1c643b16d3d3) The solution is to open the vercel build and...

@wbm1113 hi. Apologies for dropping the ball on this. Are you still available to work on this? If so, we'll make a proper review and point what needs to be...

This will be non-trivial. IMO we should come up with a way to batch history updates and pause the actual writes until re-enabled (on pointerup in this specific case). Another...

> which would be processed later either when a user action is complete that's what we're doing currently, so that wouldn't help > or after a set time duration (similar...

For now I'd suggest using a combination of the grid mode (right-click on canvas) and custom elements for better orientation: ![image](https://github.com/excalidraw/excalidraw/assets/5153846/74bc1074-1d16-4e6c-9262-7ad21481d26e)