Mark Murphy

Results 4 issues of Mark Murphy

Fixes #3681 Reverts the change in #2949 from function `handleEntry` to component `HandleEntry`, but keeps the added types. I'm not actually sure why that fixes the un-expanding, but it does.

Typescript 4.7 has support for [ES modules](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-js) using `"type": "module"`, but relative import paths require `.js` extensions. Currently these are not generated.

Running the Quad example on MacOS on master, the window does not draw while the corner is held, but does draw while dragging it around to resize. https://github.com/not-fl3/miniquad/assets/2874182/d025d5f3-b855-41f1-9d36-fec2ab27147c This was...

On MacBook Air M1 (2020). Display is 2560 x 1600, scaled to "looks like 1440 x 900" (the default). `lem-sdl2` and `lem-webview` built from source, revision `0b55b4f`. On lem-sdl2, the...

enhancement
good-first-issue