Jacob
Jacob
i wrote a small log implementation https://github.com/RegenJacob/egui_logger
i fixed the install script by adding a sudo in line 95 and in line 63 just `WINUSER=` and then my windows username
I changed the code accordingly
Hi @elkowar , Just a friendly ping regarding this pull request submitted several months ago. It seems to be sitting idle despite being issue-free. If there are any concerns or...
I use a very hacky workaround by running Onlyoffice through gamescope `gamescope -w 1920 -h 1080 -F linear --force-windows-fullscreen -- org.onlyoffice.desktopeditors` I hope this will be resolved soon but for...
It would be great to have a helper library that adds some groundwork like raw-window-handle (and maybe an event loop?) Having to do that is is a bit tedious and...
> @RegenJacob have you seen SCTK's example to make a layer-shell window? It has all of that, and that's what winit is using. Winit just builds cross platform api on...
Would be great to get [window::WindowLevel](https://docs.rs/winit/latest/winit/window/enum.WindowLevel.html#) on wayland
I think that the default lint options are enough for this project
How far is this? I might be interested in implementing some math expressions from #2026 I figured this PR would be a blocking factor before I could do that.