fuero
fuero
@bradrydzewski Here's your patch: ``` diff --git a/yaml/parse.go b/yaml/parse.go index 522ff79..b479f61 100644 --- a/yaml/parse.go +++ b/yaml/parse.go @@ -103,6 +103,10 @@ func ParseRaw(r io.Reader) ([]*RawResource, error) { var resource *RawResource scanner...
@bradrydzewski any news?
Sorry, I was mistaken. The binaries the homebrew package produces apparantly can't run without a .Net dependency, the binaries offered on Github are fine. As for AUR - They're published...
Here's an example of something similar: https://jamiemagee.co.uk/blog/maintaining-aur-packages-with-renovate/ That person keeps the packages they're managing in a Github Repo and selectively pushes updates to the AUR git repo via Github actions....
Great - hit me up again once you're set up!
It's about Helm's peculiarity of replacing + with _ when dealing with charts: https://helm.sh/docs/chart_best_practices/conventions/#version-numbers The text in the source I provided is a little misleading, Helm will also act on...
I desoldered the battery and followed the firmware flashing instructions. The firmware from the release page has issues (lots of artifacts), the one from the [`bin` branch](https://github.com/fossasia/badgemagic-firmware/tree/bin/) works fine. Be...
Mine looks exactly the same, but has no RESET button soldered in. As I mentioned previously, once you have the new firmware version flashed, pressing and holding KEY2 before connecting...
So I found this post: https://www.mobileread.com/forums/showthread.php?t=361035&page=8 Apparantly, the update file was renamed to `update.tar` from `KoboRoot.tgz`, but gunzip + cp and just cp both don't work as expected
Here's the relevant info: https://github.com/pgaskin/koboutils/blob/cea683a4efe3044e1a5b1603e3320ef15f3772e5/kobo-fwinfo/package.go#L67