Zach Callear
Zach Callear
> As far as XDG is concerned it says config is for user specific config files and cache is for non essential data. In Arch, when a user has reviewed...
I also have this issue with the latest version of the Spotless Gradle plugin, using its Prettier formatter step in 3 different sections (one Java, one XML, on SQL), specifying...
Edit: See following comments. I thought I had reproduced this issue, but I did not actually. I had only reproduced the unrelated warning. The minimal reproduction example referenced here can...
@elucash is correct. I was mistaken. I can only reproduce the `Retention.SOURCE` for `Wrapped` warning with `./gradlew compileJava` on the original reproduction code above. I cannot reproduce any compile errors....
@carterkozak: Just now, I opened your repo's clone URL directly as a new IDEA CE project, said I trusted the project, did Build Project, and it gave me the warning-as-error...
I'm not sure why IDEA's context of running Gradle is different there, but using the interface there ("TwoTuple") in OneTuple.java, as opposed to referencing the concrete class ("Two") allows it...
AerisG222's fix works in src/apache2/Makefile.am, but on mine I needed the "global" flag in sed, as follows: |sed "s/-fopenmp\s//g"
I get a similar error to @bddckr if I use any `prettier` steps, and only while using the Gradle Configuration Cache, like: ```text Could not load the value of field...
As of 2024-01-08, [GitHub has removed support for the Subversion protocol](https://github.blog/changelog/2024-01-08-subversion-has-been-sunset/) entirely. I noticed this when "svn OMZP::gitfast" stopped working for me in zinit. This issue is now more of...
AerisG222's solution from #21 was added in ea2b77c to fix this problem, but on Arch Linux with ImageMagick libs 6.9.2-0, the output of: ``` bash MagickWand-config --cppflags --ldflags --libs |...