Dimitris Papaioannou
Dimitris Papaioannou
> Maybe related? -> [rust-windowing/winit#2231](https://github.com/rust-windowing/winit/issues/2231) Yes, winit falls back to a manual calculation of the factor based on the display's properties if neither `Xft.dpi` nor the env var are set....
I'll keep this open for tracking purposes and for others to find it since this seems to be a common issue. ## Workaround Set [`Xft.dpi`](https://wiki.archlinux.org/title/HiDPI#X_Resources) manually
Add `audio.channels = 1` in the properties
> Should this be taken to EasyEffects instead? No
Doesn't EasyEffects reroute any stream that attempts to capture the original source?
I came across this because I noticed my app is not responding to closing when it is minimized. It seems that actually no events are received when the window is...
[This post](https://emersion.fr/blog/2018/wayland-rendering-loop/) (written by someone who works on Wayland itself) goes in detail about this. Based on that, adding this line (note: this is an ignored result) ```rust _ =...
Turning on `wgpu` for eframe fixes this for me
Can `remove_edge` and `remove_node` be implemented as well?