Christian Groth

Results 7 issues of Christian Groth

Hi, I have the problem that weatherstation runs fine for a couple of hours and the suddenly stops receiving valid pulses. What then happens is, that log messages "Line scanned...

Referring to #1720 I've implemented a simple solution to provide an InputStreamSupplier as Multipart Body. Under the hood however the implementation just creates a new InputStream and then delegated everything...

Hi, I'm currently integrating japicmp into our gradle build to help the team detect changed that would require more than patch version changes according to semver. Calling japcmp and generating...

Default values in methods getWithDefault, getIntegerWithDefault and getBooleanWithDefault are not implemented correctly. If the value is not present, null is returned and not the default. If the value is present,...

Hi, I'm trying to get a basic auth to work, unfortunately I'm not successful. Here is what I've done so far: Installed Ktor Authorization feature: ``` install(Authentication) { basic {...

Hey guys, first of all thanks for the great plugin, so far I solved a lot of scenarios using it! :) Right now I'm trying to derive the new project...

Hi, I've enhanced the script to be able to support waiting for stateful sets also. Maybe you want to get this changes back. Chris