Danilo Pianini
Danilo Pianini
Hi, I'd like to be able to express the following valid configurations: ```yaml multitype: somestring ``` ```yaml multitype: a: map ``` I can support either one, but not both: ```kotlin...
I'm trying to correctly render in pdf this slide:  (snapshot generated by decktape) Its resulting code is: ```html Hi res, default ``` When rendering in pdf, however, the `vw`/`vh`...
**Kotest 5.1.0** **Kotlin 1.6.10** All dependencies: https://github.com/DanySK/gradle-java-qa/blob/f7e18c264646f2dd069427391ed937e90bd5a7b5/gradle/libs.versions.toml ``` > Task :test UnknownClass.Kotest STARTED UnknownClass.Kotest > UnknownClass.initializationError STARTED UnknownClass.Kotest > UnknownClass.initializationError FAILED org.junit.platform.commons.JUnitException: TestEngine with ID 'kotest' failed to execute tests...
When running multiple, parallel builds, I often get errors such as: ``` bash Execution failed for task ':closeRepository'. Wrong number of received repositories in state 'open'. Expected 1, received 4...
## Expected Behavior Mergify should be able to be pointed to a configuration hosted somewhere else, using it as a base, similar to what, for instance [Renovate does](https://docs.renovatebot.com/config-presets/). This is...
Hi, after lurking the old issues and trying several options, I still could not find how to add modules. I see that the issues there and under Kotlin are now...
Relevant code: ```java double y = Double.NaN while (Double.isNaN(y) && someOtherCondition) { ... y = Double.parseDouble(...); ... } ``` Reported: #### FL_FLOATS_AS_LOOP_COUNTERS: Do not use floating-point variables as loop counters...
Warning gets raised where no `throws` clause is present: ```java private static final LoadingCache, DataFormat> DATA_FORMATS = CacheBuilder.newBuilder() .build(new CacheLoader() { @Override public DataFormat load(final @Nonnull Class key) { return...
**The problem I'm trying to solve:** I'd like to be able to use hub to refresh the artifacts for some existing release. This is especially useful in CI, I'd like...
To the best of my understanding, in order for the library integration to work I need to export the titles I want to integrate, then point my library to the...