rkuklik

Results 5 issues of rkuklik

Hello, I have to use multiple internal crates which mix and match `anyhow` and `eyre`. When trying to convert between the two, I have convert `anyhow::Error` to `Box`, which then...

KDE theming uses CLI tools which require D-Bus and Plasma session. Instead of breaking home-manager activation, this PR allows it to fail and introduces optional systemd unit to run after...

Hi. I tried running the GTK4 TS bar example in KDE Plasma 6.2.5 with `agsFull` flake output. Unfortunately, the calendar inside the popover never appears (or any other component) and...

See #275. This needs more polish, mainly around docs and naming things. Also, the `into_inner` method is inconsistent with previous implementation, so it should either be removed or adjusted.

Hello. I was looking at `base64::write::EncoderStringWriter`, which requires `StrConsumer`. However, it is only implemented for `String` while looking basically as `core::fmt::Write`. Could I either provide blanket `impl StrConsumer for W`...