Egor Taranov
Egor Taranov
At the moment, the link to questions leads to a `#issues` anchor, instead of a link to the GitHub issues page.
This PR fixes an issue with Gunter spawning where due to the addition of a spare wheel in 1.19 the car is generated without a rear right wheel. It also...
If the username contains `.jar`, for example `baton.jar` the classpath will not be processed correctly and will be a string like `C:\Users\baton.jar` instead of `C:\Users\baton.jar\...\asset.jar`. https://github.com/dscalzi/HeliosLauncher/blob/eb683f89ec14c333163d5a9afdf1d7bbd5d532ab/app/assets/js/processbuilder.js#L649-L660 Pretty freaky case, but...
I needed to merge journals, which involves using the `--merge` flag when calling `journalctl`. Since I couldn't find a way to do this in the current implementation, I propose the...