Ethra

Results 15 comments of Ethra

@scambier Did you ever solved those panics? I am having a similar issue now.

I don't think they should compile. The same behavior is present in `println`, `format`, etc. Because those macros accept a string literal. Also I believe `info`, `warn`, `error`, etc all...

> This one is weird, as I already have the library @yozachar You have installed the latest version, which only contains `.so.16`. See package content [here](https://archlinux.org/packages/extra/x86_64/libavif). I found that symlinking...

> Lemurs opens to a screen without login fields, only the environment switcher is visible. After you select the environment it starts that environment. How would it possible to switch...

Also happens with Geary email client, any possible fix?

True, timezones are weird, but I suppose it's a good idea to mention this quirk somewhere in documentation?

I'm honestly not quite sure how this can be fixed. [consume_key](https://docs.rs/egui/latest/egui/struct.InputState.html#method.consume_key) may be useful. When `Toasts` instance is being shown, it can detect when click has happened on top of...

Same issue with wireshark, any possible fix? In particular, it seems like this affects the text that was selected but is no longer active. ![image](https://github.com/catppuccin/qt5ct/assets/107059409/4313983b-7248-4332-b343-bc11949f84f0)

> must contain `include` directory. > must contain `lib` directory. Try these instead. ``` export LIBTORCH=/home/printrman/libtorch/ export LIBTORCH_INCLUDE=/home/printrman/libtorch/ export LIBTORCH_LIB=/home/printrman/libtorch/ ```