Vlad
Vlad
Is it possible to run a custom kernel yet or will this work need to be done in the official kernel-tools repo? I am happy to take a stab at...
This seems to happen outside of firefox with almost all other applications as well (fedora-36). I will edit this comment to confirm whether I see the fd#4 related issues in...
This works since https://github.com/softwaremill/tapir/releases/tag/v1.7.4 I believe.
Edit: I guess it might be related to a lack of cropping support sway's desktop portal implementation https://github.com/emersion/xdg-desktop-portal-wlr/pull/156 Fedora 38 Kinoite (like Silverblue but KDE defaults) with Sway/Wayland, kooha installed...
I will probably come up with some version of this for my own use and update here based on how nice it looks.
Not sure if we can't use the straightforward approach in https://github.com/softwaremill/tapir/blob/2b9b7d139405cf87be948d730a4d021bcabacb60/core/src/main/scala-3/sttp/tapir/generic/auto/SchemaMagnoliaDerivation.scala#LL15C31-L15C54 for passing the configuraton?
https://github.com/vladimir-lu/starship-theme-powerline is an example config that can be used for manual testing
~~Would exposing `MetricVec::reset()` on the gauges help to at least provide manual GC for metric values?~~ Was misreading the code, seems it's already exposed. I suppose you can remove the...
This can be manually worked around by replacing `parse("a", parseA(_))` with `parse("a", c => parseA(using c))` since a `using` keyword now appears to be required.
For whatever reason, some of the examples seem to be failing, e.g.: https://github.com/zio/zio-config/blob/209e0ac098f6849763ae3ccfc3f2fac4fde86bcd/examples/shared/src/main/scala/zio/config/examples/autoderivation/AutoDerivationPureConfig.scala#L81 I don't get why it should work - the discriminator is not optional or is it? Edit:...