Danny Thomas

Results 64 issues of 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...

improvement

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. ###...

type: bug :bug:
component: core

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...

a:bug
to-triage

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...

in:workers
in:scheduler
from:contributor

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.

enhancement

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...

enhancement

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...