Pedro Lopes
Pedro Lopes
Hi @chandanpasunoori, Only if by coincidence there is a label that exactly matches the containers I want to see. Most of the time that will not be the case I...
The "pretty_print" option is working. May I humbly suggest adding it to the example config file and closing this issue?
I'm getting the same error when I try to use client certificates (mTLS) @baseballyama That commit is not tied to any PR or branch in this repo. How did you...
I compiled the latest version from git and this bug is indeed fixed.
Thanks for the reply. Adding this to application.yml did not fix the error: ``` micronaut: # ... omitted ... http: client: github.api.url: https://api.github.com ``` Setting the environment variable `github.api.url` (suggested...
Setting `github.api.url: https://api.github.com` at the root level of application.yml does indeed fix the error. I went back to try the environment variable, and realized why it didn't work for me:...