Manuel Ottlik
Manuel Ottlik
**Is your feature request related to a problem? Please describe.** I would like to use the secret generator for generating a basic auth secret, but I am using Traefik as...
Hey guys, when installing the `nack` helm chart I figured that the [CRDs for the JetStream controller](https://github.com/nats-io/nack/blob/main/deploy/crds.yml) are not installed. This is possible in an helm chart by providing a...
**Is your feature request related to a problem? Please describe.** My problem is related to the validation of extensions. While `new CloudEvent()` rightfully rejects an extension named `my-extension` (problem being...
I just stumbled upon this issue: If I have a string like "Room", `Case.of()` returns `capital`. If I turn it into a pascal string (which it already is) and then...