David Morris
David Morris
Playing with the existing test, to add an assertion on the error and I noticed it already outputs the line in error along with a ^ pointing at the character...
I think it's a bug which appears when running in IntelliJ Using a file which fails in IntelliJ (2021.3.2 (Ultimate Edition)) the following test using the command line from [the...
You need to do a query which requires write permissions such as `select 1 for update`
We are using Postgres and are using `select pg_current_wal_lsn()` which throws an exception on our read only nodes, and therefore the connection isn't created. Make sure you if you are...
Might be out of scope for Gradle docker in that it won't make your builds faster. Just helps to keep them tider and less errorprone. We can detect it since...
Thanks everyone, I've been following keenly. Just need to wait for the release now, when do we think that would be
> @ZachChuba I wonder why the developers tolerate these low quality tooling which create a stream of false positives. Tools like Nexus IQ/Sonatype which are blocking it aren't loved by...
Is there a reason the dependencies are shaded in? That's what causes the problem for us corporate users, since we can't override them with allowable versions
> [@codefish1](https://github.com/codefish1) the dependencies were previously shaded in to hard enforce backwards compatibility for certain containers, specifically k3s. Interesting. I've not seen those problems with transitive dependencies before. I guess...