Lennard Beers

Results 96 comments of Lennard Beers

Portainer is also occasionally showing this line not visible in the container logs as "Last Output": ``` Host not set! Set env 'HEALTH_CHECK_HOST'. For now, using default google.com PING google.com...

I just switched to the dd4cd24 tagged image and with that it works again. Seems like the newest update broken something for me.

I believe my changes had nothing to do with the container breaking. After changing the values I had to redeploy the container which made docker pull the latest image.

Didn't mean to close this, as the issue still persists 😅

I believe this was caused by a bad solder connection.

I used the snippet provided by @Vezzp and modified it. Now I am able to define dataclasses that contain the params and can inherit from each other. Also the params...

@lhriley I'm not sure something like this would ever make it into the main repo, since the way I am accessing the global options classes is kind of an antipattern....

@lhriley I created a [repository](https://github.com/EuleMitKeule/typer-common-options) containing a minimal working example. The anti-pattern is having to access the objects using a singleton pattern like `CommonOptions.instance`. Also this singleton solution currently depends...

I have reduced the changes to a single platform.