chaosflaws
chaosflaws
I am using a batch script that connects to a VPN configuration and performs some I/O operations on a remote server. Right now, I call `openvpn-gui --command connect TUC_OpenVPN` and...
While working on https://github.com/BenjaminVanRyseghem/numbro/pull/590, I came across ambiguities in the unformatter. Initially, I tried to use `B` as the abbreviation for "trillion", as that would be "Billion" in German. This,...
When uncss times out before a script could be parsed completely, the stack trace contains the error messages `Error: Could not load script` and `Error: request canceled by user`. I...
My f3 app is in a subdirectory of the server's document root. Therefore, I am using a directive for relative URLs. Now I tried to use the alias filter to...
I have provided a [reproducible sample](https://github.com/chaosflaws/mrjars-test). I tried to test a multi-release jar (17 and 21) for behavioral consistency by applying the existing unit tests first to the java 17...
The code with the issue can be found at: https://github.com/chaosflaws/pitest-record-annotations-bug, should be reproducible with `mvn verify`. In this snippet: ```java public record SafeRange(@Nullable LocalDate start, @Nullable LocalDate end) implements DateRange...
When chasing down a bug in the pitest gradle plugin, I used the command line API to reproduce the problem. I would like to suggest some improvements to https://pitest.org/quickstart/commandline/ that...