NINNiT
NINNiT
+1, would be really nice to have! Edit: On some certbot installations (those using `snap`), certbot is using `systemd-timers`. It is thus possible to get log messages into `journald`. You...
I'm still seeing this issue on 1.1.5 (using ArchLinux). Changing the localization path as in the opener post fixes the problem.
@ktzee [This](https://github.com/viktorgullmark/exilence-next/commit/2c122ddbdb1ce02c79978b15cc0ce460dca830ab) change still fixes the label issue for me (AppImage/Linux)
@ktzee as far as i can tell, your PR and the path change got reverted with [this commit](https://github.com/viktorgullmark/exilence-next/commit/950dd4f479bc6e189b98afc94c3932fc63db1af7#diff-14eec53dd75071bab21b87e48aeec501e5de8316750a2813679969e17b177f75). Removing `../public` still fixes the label error for me...
I'm getting the same error: ``` ✗ java-language-server ▼ Displaying full log Cloning git repository "https://github.com/georgewfraser/java-language-server.git"… Cloning into '.'... From https://github.com/georgewfraser/java-language-server * tag v0.2.39 -> FETCH_HEAD + ./scripts/link_linux.sh ./scripts/link_linux.sh: line...
@binarydepth I'm maintaining the `awakened-poe-trade-git` AUR package, if you'd like to take a look at my PKGBUILD. [Link to AUR](https://aur.archlinux.org/packages/awakened-poe-trade-git) It will always build from the latest commit on the...
FYI, there already is a web-based version. You can launch awakened-poe-trade using the `--no-overlay` flag, which will open it in your browser. For me, even the shortcuts work there, however...
We're also looking forward to GitLab CI/CD Component support! ``` spec: inputs: stage: default: build image: default: maven:3.9.6-eclipse-temurin-21 mvn_cli_opts: default: "-s .m2/settings.xml --batch-mode" --- mvn-build: image: $[[ inputs.image ]] stage:...
 (Joking of course, thanks for the work :heart: )
Thanks for your work - really looking forward to this! It would help immensely in our CI pipelines / tests. Any news on when this will make it in? :rocket: