David Luzar

Results 165 issues of David Luzar

https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant-ligatures ![image](https://github.com/excalidraw/excalidraw/assets/5153846/ca864a1d-292a-4774-a30a-8d7e1c2f9e4d) One problem is I don't believe it's possible when rendering on canvas.

discussion
font

We're getting a lot of errors where clients try to load chunks that do not exist. ![image](https://github.com/excalidraw/excalidraw/assets/5153846/e5039f7d-4cfd-4746-b99d-2ae8b9f185cc) ![image](https://github.com/excalidraw/excalidraw/assets/5153846/ebfa10c1-0854-4152-8c6e-9b40b886ea70) Not confirmed, but the issue almost certainly arises from the fact that...

SW-caching
build

Many users don't know we support collaboration. Thus, we're changing the collab button in top-right to "Share" button. Further, that button now opens a "share" dialog, also featuring the "create...

# Description - change library data source from LocalStorage to IndexedDB (to get around the 5MB. We could compress instead, but it might be a better idea to future proof...

The idea is to make text more visible on certain background, but also to highlight text (at least until https://github.com/excalidraw/excalidraw/issues/1126 is implemented). Initially, we could just support the setting the...

enhancement
discussion

Frame children are unnecessarily individually wrapped into `` elements: ![image](https://github.com/excalidraw/excalidraw/assets/5153846/cc40fd28-ee3d-4edf-9a5d-03186c399f8d)

export

When I resize, I never manage to get the right size I want (so that the text/graphics is still readable) on the first try, or even the second. It'd be...

Unless I misunderstand, resulting bundle from browserify still contains some `process.env.NODE_ENV` references because the `prop-types` package depends on a another package that does not specify `browserify.transform` in its `package.json`. In...

Panning canvas (two fingers) on touchpad works fine (no back/forward history behavior triggered), until you hover over a non-canvas DOM element (which we likely don't prevent in various ways we...

bug
high priority

Adds "Install Excalidraw locally (PWA)" command to the command palette for better discoveribility. Docs: https://developer.mozilla.org/en-US/docs/Web/API/Window/beforeinstallprompt_event Note that the command will appear to users only if certain PWA install criteria are...