ace

Results 48 comments of ace

@wadey is there the possibility that this pull request can be merged?

Thank you for the clarification why it is not merged.

@unknwon somehow section mapping via tags, as described by @rpieczon isn't working anymore. Could you please give an advice what I'm missing. Example code: ```go type Teststruct struct { Prop1...

@loopfz A Cron job like experience can already be achieved with a task (http request to the http://localhost:8081/task) endpoint within the template to schedule the next execution. The parameters of...

Hello @rbeuque74, this sounds like a good solution for me.

@shishir84 containerd uses the namespace k8s.io for k8s. so everything you see with kubectl or crictl is in this namespace. the command `nerdctl system prune --all --namespace=k8s.io` is therefore correct....

@misohouse should be ok, the health check ensures that the container is automatically restarted if the health check fails, so keep this in mind.

@FiloSottile could you please take a look at the pull request?

I implemented it and pushed a pull request. Feel free to try it. I'm already using it.