Jason

Results 11 comments of Jason

Looking at the translations right now, it looks like it takes >1MB, maybe add an optional "mini" PGM that retrieves these translations when they are needed instead of packaging them...

Just wanted to put some ideas here as I also have previously encountered this locking up on a ESP32-WROOM but now am working with a XIAO ESP32, but I have...

@lupusA I'll await your PR's merge and completion first, in the meantime, I've made a test branch (with rebase) including your changes and there are indeed many non-trivial conflicts. https://github.com/jasoryeh/kopia-htmlui/tree/lupusA-language...

@lupusA Any updates on #241, I've been looking to add more changes but don't want to introduce too many conflicts to manually go through later

> Hi @jasoryeh > > #241 is currently on hold as I have other things to do. If you want, we can merge first and then I have to resolve...

I, @jasoryeh, hereby agree and consent to having my contributions to the PGM project be relicensed under the terms of the AGPL with a "Minecraft" linking exception, irrevocably and without...

I can't seem to make successful builds on JDK containers, but they appear to work on my local computer running Zulu 21, and I've gotten it to work once on...

I also want to metnion that I'm on macOS, and running Docker with arm containers, through this also seems to be an issue on my Jenkins server (which is x86)...

Seems to work if I `apt -y install zulu11-jdk` then `JAVA_HOME=/usr/lib/jvm/zulu11 ./gradlew build`, but zulu 11 container fails, so it might be a Gradle issue or a JDK issue since...

I identified a potential fix, playing with the flags on the container command, I found that Unifi Protect doesn't seem to like the `aac` reencoding flags. Using `--ffmpeg-args="-c copy"` seemed...