Max Harmathy
Max Harmathy
I maintain the AUR package of tootle. Probably due to changes in vala 0.56.1 the build is broken. #### What should happen: Build without errors. #### What happened instead: Building...
This is PR #322 ported on current `master`.
I maintain the AUR package of tootle. Since libsoup was updated to 2.74.0 on August 22th, the build is broken. #### What should happen: Build without errors. #### What happened...
This is a fix for issue #320. Since you have no stable branch, I opened this PR against `master`, but it is based on tag `1.0`. The use `get_phrase` is...
These changes mainly address issues #2 with word splitting. The solution, using temporary files for storing the find output, is described in the [Shellcheck Wiki](https://github.com/koalaman/shellcheck/wiki/SC2044). It isn't very clean, IMO....
Word splitting prevents successful image creation if any of the file paths contain spaces. To demonstrate the issue consider the following base image: ```dockerfile FROM debian RUN mkdir -p /usr/share/hw...
### Problem In JSON there are no comments allowed. This is also honored by Github syntax highlighting in fenced code blocks: ```json { // Note: there might be additional sizes...
**Describe the bug** When moving a window to another display hitting the top border (initializing maximize) gnome-shell crashed. **Steps To Reproduce** I couldn't reproduce the issue **System Info:** - Distro...
I use taplo as part of a [CI pipeline][1] which requires a shell to be available in the container. Since release 0.10.0 there is no container image which includes a...
Unter Linux baue ich den Code und rufe das JAR auf: ```sh ./mvnw clean install java -XX:+UseShenandoahGC -XX:ShenandoahGCHeuristics=compact -XX:+UseStringDeduplication -XX:MaxRAMPercentage=25 --add-opens=java.desktop/sun.awt.X11=ALL-UNNAMED -DexternalUpdateCheck -jar ./target/MediathekView.jar ``` Fehler: ``` Error: Unable to...