Yannick Heiber

Results 18 issues of Yannick Heiber

As Java 21+ allows explicitly closing clients, this adds new constructors that return the clients wrapped in a `Resource`. On older Java versions, the release is a no-op, on newer...

core

Java 21 adds methods to close a `HttpClient` and also makes it implement `AutoCloseable`: https://bugs.openjdk.org/browse/JDK-8267140 Ideally, http4s-jdk-http-client should leverage this and expose the `simple` client wrapped in a `Resource` to...

**Background** We're currently evaluating `trivy-operator` to secure our clusters regarding vulnerabilities in 3rd party container images, for example `nginx`. As we already regularly scan images we build ourselves, it would...

kind/feature

Always parse empty cells to their default values if one is defined, allowing to use defaults with types that can't be parsed from an empty cell, like numbers. Comes at...

## What did you do? - I set connection favourites for both a localhost (Docker, Postgres 16) and an AWS RDS (Postgres 16, no proxy) server - When connecting, everything...

**Use Case** At $work, we're looking to switch from doobie to skunk. One obstacle on the migration comes from the likely requirement to use AWS RDS IAM. It integrates Postgres...

With the changes of #86, the filtering of configurations broke and test dependencies got reported even though `licenseConfigurations` was set to `Set("compile")`. This seems due to the fact that the...

Hello, happy operator user here ❤️, just noticed one small problem: It looks like the operator helm chart doesn't grant the operator all permissions it tries to grant to collector...

chart:operator