Mark Murphy

Results 7 comments of Mark Murphy

When running `yarn test:ci`, prettier fails on file `types/index.d.ts` This also happens when I check out `origin/master` on a new gitpod workspace, and try to run the tests. When I...

Great! In that case, the type errors are fixed, and data explorer is staying expanded.

Seems like arm-none-eabi-gcc is no longer listed on homebrew. Had to tap https://github.com/eblot/homebrew-armeabi to get it.

I think this is relevant: https://github.com/rust-windowing/winit/issues/219

So the general issue seems to be that when `[ns_app sendEvent:event]` gets a `NSLeftMouseDown` event that would resize the window, it switches into an internal event tracking run loop, which...

I noticed that the window also freezes while any drop-down on the osx top menu bar is open, but this is also fixed by #462

I also noticed: in SDL2, font size is saved in `lem/config.lisp` as `:SDL2-FONT-SIZE`, so it's saved across runs of the program. Webview does not yet do this.