Freja Roberts
Freja Roberts
I am not sure. Winit can switch between both of them at runtime. Are you running a wayland session or X11 session?
Looks fantastic. Yeah, not sure about the imports as things *should* already be formatted but some mysteries are best left alone.
The same goes for the [`root_cause`](https://docs.rs/anyhow/latest/anyhow/struct.Error.html#method.root_cause) API, which with the lack of `Send + Sync` makes an anyhow conversion non-bijective
Would you also like if we made the error numbering configurable too, such that it can be entirely removed or replaced with a dash-style list? ``` - Error message -...
Workaround: ```rust let (_, eyre_hook) = color_eyre::config::HookBuilder::default().into_hooks(); eyre_hook.install().unwrap(); ```
Hey, thank you for this initiative. Do you think a split like this would enable us to use winit types (like keycodes) independently from winit and in external APIs. I...
@sgratzl did you find any cause or way to mitigate this issue? I am also experiencing this, and have managed to reduce it to specific nodes (I.e; only one bubble...
I have to pin `trybuild` as it has added a dependency to `toml` which only supports >1.70
Well... this is embarassing. Once again the backtrace test is being finicky, this time due to (I believe) a warning injected by cargo, breaking it all.
I fixed it in https://github.com/eyre-rs/eyre/pull/161 and included the fix here. Will rebase ontop of #161 when that is merged