Simon Gamma
Simon Gamma
without this fix, a bar-chart having more bars than colors does only show colors.length bars, the rest of the bars are invisible. Using this approach, the remaining bars start to...
When repeatedly calling $.timeoutDialog(), the counter for the timeout is reset. As a convenience, the options are stored between calls, so the second call does not have to provide all...
Our renovate bot discovered a new version `6.20.1` for `dynamicreports-core`. However, there is no matching version on maven central for peer libraries (e.g. `dynamicreports-adhoc` or `dynamicreports-googlecharts`). Is this on purpose...
Fixing #1984 (blindly) by re-creating the npmInstallCache directory if it is missing.
Currently, when a user changes "Global Preferences", these changes are only reflected in the open project window, where the preferences have been changed. All other open project windows do not...
[DRAFT!] This PR introduces correct UP-TO-DATE checking for the npm based steps. As discussed in #2140 I've tried both ways: Using (1) the current "serialization-as-equality-hack" or (2) implementing `FormatterStep` directly....
As I reported in #101 we have issues when using gradle remote build cache: Sometimes (not always) we get cache misses due to fingerprint differences for `options.compilerArgumentProviders.errorprone$0` and `options.compilerArgumentProviders.errorprone$0.errorproneOptions`. I...
Using the latest 4.0.1 version, we see the following issue regarding our build: On compileJava tasks where errorProne plugin is applied, the calculated cache key for this input differs between...