David Luzar

Results 833 comments of David Luzar

That fix in actionFlip was a bit cryptic, and it also must have broken something because some of the tests I added were failing. I didn't investigate further, because I...

Thanks for the PR and the tests! ❤️

> It would be awesome to have an option to display transparent background as a grid. @webshared Interesting. Can you create a new issue for this? Though I'm not sure...

@behnammodi Good idea, but I have 2 notes on the code: 1. it must be done on the app-level, not the editor component level. So put the title update in...

@ishar19 not JS-related. We want to detect localStorage access errors and display a message. But I'm wondering when's the right time to do it — I'm thinking only during init,...

Ultimately we're running into memory issues from a certain point. More a problem for exporting to PNG than during editing, unless individual shapes' size get above a certain point, because...

I agree we should revisit this, but I don't recall the particulars of why — as the the OG issue mentions — the paste action potentially didn't work at all,...

@petarkolaric can you check if you don't have file editing permissions disabled? 1. go to `chrome://settings/content` 2. expand `additional permissions` 3. click on `file editing` ![image](https://user-images.githubusercontent.com/5153846/199456493-f9e3bebd-b6ea-48a3-9e61-fec5671f5f81.png) 4. should be: ![image](https://user-images.githubusercontent.com/5153846/199456530-b4ec20ee-b966-4131-b46d-2e07b90fd2b8.png)

Thanks for confirming! I've created an issue to display a message when such error occurs, so that people have a better idea of what might be going on. https://github.com/excalidraw/excalidraw/issues/5951

The redesign has some package regressions such as the language picker as you said, and missing customization options. Which is why we haven't even released a `@next` npm version yet....