ARaspiK
ARaspiK
I used to use a custom script with Lemonbar to display volumes, where I had a ramp-volume / mute icon as well as an icon that represented whether the active...
Hello! I'm using `mid3v2` to manually tag my audio (because it's fun). ``` $ mid3v2 --version mid3v2 1.3 Uses Mutagen 1.43.0 ``` I also have the spec open for [ID3v2.4...
Is it not possible to re-implement `chunks` for `no_std`? One issue I can see is that multiple iterators might exist simultaneously, complicating things. The only solution I can see (there...
Stuff like `sdlang.ast.Tag.parent`, which are `@property`, can generally also have `pure`, `nothrow`, `@nogc`, and `const`. Please consider adding these attributes globally so that others can use them too!
i3-status provides an option in it's battery module to calculate the percentage from the charge_full_design (in /sys/class/power_supply/BAT0, AFAIK) or from the charge_full (which is used by Polybar). Can you please...