Cédric Champeau
Cédric Champeau
Thanks. I can't make any promise, this is far from being trivial work.
> work (detection), but ... fail to scroll/zoom together with the spectrum Can you clarify what you mean? I downloaded the image and it did scroll. It scrolls to something...
Oh I see. This is the intended behavior, precisely because identification can fail. As soon as you scroll, zoom in, this gives you the opportunity of finding a "better match"...
Here's in a nutshell what it does: - you select an image file - if there's metadata (.txt) associated with it, the binning is read and the pixel size is...
Yes, I have thought of doing something like that. It's not that simple, because it's an extension of detecting edges, which is already a hard problem (this is probably one...
Probably. I'm not even sure this one is relevant anymore. We have tests with the configuration cache and none is failing :/
Ideally a test case which fails, but a stacktrace would already be helpful, thanks.
Can you try with Gradle 7.5.1 instead of a version 8 snapshot, just to be sure? This looks oddly similar to https://github.com/gradle/gradle/issues/17559 so we might have to use the workaround...
This is https://github.com/gradle/gradle/issues/17559 Please refer to the related Gradle issue for potential workarounds.
A list of version ranges is not a valid selector, so no wonder the dependency resolution engine fails. One option is to use the new `withDependencies` block to fix bad...