Raphael Nestler
Raphael Nestler
> Should i create a merge request with the Fix?. That would be awesome :slightly_smiling_face:
@kelroy1990 What is the status on this?
There was actually some work in this direction in https://github.com/Sensirion/embedded-common/pull/45/.
Thanks for the report. We should probably add a prefix to it like `SENSIRION_NO_ERROR` to avoid name collisions.
Could also reproduce.
> Even with the latest Git release the default branch name when creating a new repository is still master. This isn't fully true anymore, is it? At least on my...
If somebody ends here via search: One can configure a healthcheck with docker-compose like this: ```yaml healthcheck: test: ["CMD", "imposter", "list", "-x"] interval: 3s timeout: 10s retries: 5 ```
>For a container image with more userspace binaries, here's an example of a custom Docker image: https://github.com/outofcoffee/imposter/blob/main/examples/docker/Dockerfile > ☝️ This example extends from the Java base image so has its...
I also found it very annoying to not have anything available to run in the container. It makes debugging and extensibility very hard. For example what if I wanted to...
Hmm but on the other hand this will break testing of the demo.