Ivan Kurnosov

Results 180 comments of Ivan Kurnosov

What image version of `crunchy-postgres-exporter` will include the fix? `ubi8-5.2.1-0` still does not have it.

Same here - latest psalm + the plugin, symfony lts 5.4: all autoloaded code (including controllers) is marked as `UnusedClass`.

@tao12345666333 when you use `helm template` - you don't have kubernetes server metadata available, so you don't have actual reliable value of `.Capabilities.KubeVersion`.

> We could work around this by using a user provided KMS key @glavoie that was my original assumptions, but no: a **different** key with the same user provided key...

> what's the point in "hardcoding" KMS key id when in fact we just need key material to decrypt master key (if I understand correctly how it works)? It's not...

Also experienced the same problem like @wtorsi . Repro: ``` $data = fopen(__DIR__ . '/64k', 'rb'); $command = ['not-existing-command']; $process = new \Symfony\Component\Process\Process( $command, null, null, $data ); $process->run(); ```...