Jana Dönszelmann
Jana Dönszelmann
Also, may I say that I am not sure if this library is fit to be used with gtk_rs as it depends on a nightly feature. I'm not entirely sure...
for example, #97 is unfixable at this moment and any version above 1.48 (we're at 1.55 as of writing this comment) fails as well.
still present (rust 1.55)
Actually, there is code for this: `ToggleDarkMode` but it doesn't seem to be used anywhere
makes sense! Thought I would just make an issue for it so it can be kept track of
For this there might need to be a global settings menu
oh yea, it already used 1.6.0 but I apparently forgot to update the version of the package itself. nice!
Will do
I currently do this by putting `#[related]` on a `Vec`, in a separate wrapper error that holds each of the individual errors. However, the meaning of that is subtly different...
debug-printing is indeed the right way to display a miette diagnostic before exiting main, I have a very similar line in some code I wrote that does work. However, that...