Jan Pieper

Results 28 issues of Jan Pieper

Is there an example on how to use Cage?

`epressions` -> `expressions`

Maybe I am wrong, but this doesn't feel to be the truth: https://github.com/Nebo15/confex/blob/fa436d139c6d7eafd6b25f9b1d31fe2de5075d43/lib/confex.ex#L52 For me, I get an `ArgumentError` when using `{:system, :integer, "ENV_NAME"}`: ```elixir ** (Mix) Could not start...

The README contains [REPLACE_OS_VARS in Distillery](https://hexdocs.pm/distillery/runtime-configuration.html#vm-args), but it links to a `404 Not Found` page. Maybe https://hexdocs.pm/distillery/config/runtime.html#option-2-vmargs could be the correct new link target?

Poison encodes a `MapSet` into a list: ```elixir iex> MapSet.new([1, 2, 3]) |> Poison.encode!() "[1,2,3]" ``` But when trying to deserialize a JSON list as a `MapSet`, it fails: ```elixir...

**Is your feature request related to a problem? Please describe.** When managing a large amount of applications (e.g. 100+) and all should use the same base configuration for write-back, you're...

enhancement

**Describe the bug** We set up an alert in Prometheus based on the `argocd_image_updater_images_errors_total` metric to be informed in case there is a problem with any image update. For some...

bug

**Describe the bug** Some build tools (e.g. [jib](https://github.com/GoogleContainerTools/jib)) set a static value for the layer/image creation date (e.g. `1970-01-01T00:00:00`) to allow reproducible builds. This causes issues when using e.g. the...

bug

**Describe the bug** By reading through the documentation, I stumbled upon an unclear description about whether the image updater will re-use the git credentials configured in ArgoCD or not. **To...

bug

There is no handling for invalid credentials in `Doctrine\CouchDB\HTTP\SocketClient.php` so it ends in an infinite loop. ``` # Time Memory Function Location ----------------------------------------------------------------------------------------------------------------------- 1 0.0007 650752 {main}( ) ../app_dev.php:0 2...