Danny Thomas
Danny Thomas
We noticed in a application with > 100K files that we ran into problems while generating the checksums. This writes to a file and streams from that file, to the...
We're migrating to JDK 17 and found that we were unable to run tests with JaCoCo to verify code was not accessing encapsulated Java internals in the `java.base` package. ###...
One of our teams building a plugin got taken surprise when they didn't realise they'd race the task graph by using `withDependencies` to add project dependencies. ### Expected Behavior Project...
Allow parallelism to be configured programmatically rather than copying the initial serialized arguments. ### Context Configuring via a command line argument or property prevents us from making decisions about parallelism...
Already have sync for Documents, so it'd be trivial to add a one-time sync on startup, plus a script for a periodic manual or automatic sync of the library.
Unfortunately, I can't do this, because Steam suppresses the notification: ``` osascript -e 'display notification "Your instance bid has been exceeded. Save your game NOW!" with title "ec2gaming" sound name...
Adding `transitive = false` to a dependency only affects the project at build time, it's not reflected in the published artifacts. This adds `*` exclusions to the dependency so undesirable...
The compiler macro embeds the fully qualified path to the source file for location at test runtime, however this causes the output to not be portable between machines, making it...