Mya
Mya
Per documentation here: http://www.consul.io/docs/agent/http/agent.html#agent_service_register
It would be really convenient to support joining multiple namespaces together when doing an exec. Right now, I either have to duplicate environment variables between namespaces or chain functions together.....
Tried loading a specific version ref and noticed that all the tags in the repository are unresolvable. https://github.com/indeedeng/proctor/tree/proctor-parent-1.1.52/proctor-webapp
After fighting through the parameter naming issue, I tried to open the application in the browser and the process is returning an HTTP 500 error. For context, I followed the...
```bash revision.control=git # TODO ```
The current helm chart doesn't specify the update strategy correctly and causes any apply or create to fail.
Noticed this looking at the blog index page today after the community meeting update was published. For small posts like that, it doesn't make sense to have a \ section.
There are a few fields I don't want to show up in my README. Is there a way to explicitly ignore or exclude a field?
A slightly nicer way of prompting users for information. Personal Preference: I think it works a bit more reliably than readsync. https://www.npmjs.com/package/inquirer
Thought about this a little bit, but I typically use this to tail the same files every couple of days. We should be able to add bash completion support by...