David Luzar

Results 833 comments of David Luzar

Ok, it seems that `resolveJsonModule` config requires `module: "es6"` (though the error says it needs `node` module, which isn't valid --- I'd assume a `commonjs` would qualify as `node`, but...

I've removed the `refreshDimensions` param from `restore()` to reduce the API added, and reduce breaking changes if (once) we remove it in the future. For full state restore, perf is...

I concur with @zachleat that the `gitignore: true` has a huge perf cost for whatever reason. On our codebase: 1. using `gitignore: true`: ~8sec ```js await globby([ `**` ], {...

Closing as I believe we've decided to publish only these two versions: - https://libraries.excalidraw.com/?theme=light&sort=default#mguidoti-original-google-architecture-icons - https://libraries.excalidraw.com/?theme=light&sort=default#mguidoti-google-icons That said, we may publish this one as well once we support variants.

Not sure what you mean — if you create a shape, it should always stay on top of the shapes below it when you zoom/scroll around. Can you record a...

we could merge https://github.com/excalidraw/excalidraw/pull/5894/files to help unlock all elements on scene

So the options are: 1. do not adapt (rotate/change) colors to dark mode at all **pros:** - color accuracy - control **cons:** - requires user intervention. No more "it just...

status: we're looking into solution (2) from https://github.com/excalidraw/excalidraw/issues/3531#issuecomment-1406777374, potentially mixed with some form of (6) down the line. The problem with (2) though is that the dark theme palette will...

@lawrencejones note that for personal/team use cases it should work if you are all signed in already (JWT saved in browser), and it shouldn't prompt. That said, hacky for sure....