uqs

Results 37 comments of uqs

This just hit me, though I'm not sure I can reconstruct what happened. Was playing some game on Arch ... stopped that, but Steam was still running. Did a system...

Ok, lol. So I had a look at `.local/share/Steam/steamapps/libraryfolders.vdf` and it looked hopeless, but then I saw that I also had a `/opt/steam/libraryfolder.vdf`, so I just copied that contentid over...

Did anyone find a workaround for this yet? This makes some projects out there unable to render :(

It would be great to have this working in teslamateapi! I had excess solar charging working use the tesla binding in OpenHAB and that worked well, but my car now...

Is there a way to force some other gamma setting via some env variable or other setting maybe?

I had a look at `EpubManager.kt`, and this part here smells suspect: ``` doc.select("img").forEachIndexed { index, element -> val imgUrl = element.attributes()["src"] ?: element.dataset()["src"] ?: "" val extension = if...

To be clear, it's not the header image that I worry about. But since you mention Reader mode, I did some more testing. As the resulting epub looks mostly the...

Any comment on PR #346 ? The failing check seems unrelated ...

After all the recent fixes, I can no longer reproduce this.

Turns out, I can still work around my device' policy by using `adb install` directly, so that fixes it for me. One question though, I wasn't able to upgrade/reinstall, as...