BBaoVanC
BBaoVanC
It seems to me that enabling the "Enter low-priority state on pause" option has fixed the battery drain. I haven't ever had the issue again since turning it on. Is...
UI could just be a simple checkbox on the "Upload files" menu you get when uploading/pasting media. Then maybe a text box could appear when checking that box, which you...
It works perfectly if you concatenate all of the flacs to a single data.wav (i.e. with sox: `sox '01. SongName1.flac' '02. SongName2' data.wav`) without adding gaps in between (the gaps...
> I don't know if this helps, but I wrote this some years ago to turn morituri/whipper ripped CDs back into burnable CDs (it assumed archive.org items but that doesn't...
I am not familiar with what client apps actually make use of this, but in Sway it's configurable in the settings. Sway doesn't autodetect it though so even there you...
Seems to break my website. The issue is I have `layout/partials/pagination.html` in my theme which calls the `_internal/pagination.html` inside. If I change it to just `{{ partial "pagination.html" . }}`...
Alright, I have copied the Hugo internal pagination partial to my own theme under `layouts/partials/_internal/pagination.html` and then call using `{{ partial "_internal/pagination.html" . }}`.
It's a private theme but I would like it to be as intuitive as possible anyways. What would you name it instead? I thought internal would make sense for something...
> if your expectation is `icon number` than you can use `{icon} {0}`, and if your expectation is `number icon` than you should use `{} {icon}` for it. > >...
For me, the battery module updates as soon as the battery (dis)charges by 1%. But that means if I plug my laptop back in, then it doesn't update the color...