henrik242

Results 125 comments of henrik242

Alternatively paint an always-on-top green circle e.g. at the top left of the screen.

I figured it out, this works fine: ``` data class DockerConfig(val auths: Map?, val HttpHeaders: Map?, val credsStore: String?) data class Auth(val auth: String?) ``` Support for this in JsonToKotlinClass...

Hmm, good question. Maybe have an option to say "parse all parameters below level `n` as Maps"?

That's true, but it would could be helpful to partially generate the wanted data classes

Hm, seems there are some conflicting answers on this topic: https://github.com/yarnpkg/yarn/issues/5476

That task length isn't unusual: ```BUILD SUCCESSFUL in 2h 1m 19s``` Would it be possible to log some statistics of the most time consuming tasks/repositories/artifacts?

I have now removed an unused snapshot repo and sprinkled other repository definitions with stuff like ... ``` mavenContent { releasesOnly() } content { excludeGroupByRegex("com\\.mycompany.*") } ``` ... and voila!...

@wind57 This would be awesome! Especially after the soon-to-be-released [6.1.0](https://github.com/fabric8io/kubernetes-client/milestone/46) which includes the much needed [token refresh fix](https://github.com/fabric8io/kubernetes-client/pull/4264). Have you looked more into this?

Ok, thanks for the swift reply! Would it be possible to update just the version without needing to touch the junit extensions? Are there breaking changes that need to be...

Thanks! This is with 2.12.3. Also, one of the test cases (`no_string_argument2()`) works with 2.11.3, but fails in 2.12.3.