fredizzimo

Results 1393 comments of fredizzimo

I will check it a bit closer, but I think there was a report about that before. And the solution is to move the window creation inside the event loop,...

I have a potential fix for this here: * https://github.com/neovide/neovide/pull/2562 It would be good if someone could test it.

@crupest, regarding that hang, it was encountered again on discord, and we decided to see if refactoring the Window creation to inside the event loop helps. Otherwise, we will report...

For a more detailed description of moving the window creation, see this https://github.com/neovide/neovide/issues/2182#issuecomment-1886098109

I have a potential fix for this here: * https://github.com/neovide/neovide/pull/2562 It would be good if someone could test it.

Could you try the latest master version, the keyboard handling was changed a lot here https://github.com/neovide/neovide/pull/1789

This should be fixed by #1899, it would be great if you can test that.

I think we will leave the fix out of #1899 for now. And then once this https://github.com/rust-windowing/winit/pull/2887 gets merged try to use that instead. That should also allow setting the...

We need to wait until #1899 is merged. Then someone, preferably someone that actually owns a macos computer, needs to implement it. I don't want to include the fixes and...

I think this can be fixed by integrating https://github.com/rust-windowing/winit/pull/2887, which does the swapping at a much lower level, but I'm not completely sure.