Craig Peterson
Craig Peterson
I can't speak to the style or layout for the generated docs or how it fits into our general theme, but I do think this is a much needed addition.
I would like client support for push in order to write automated verification tests for our http2 infrastructure. I am not very familiar with the mechanics of push, but I...
My idea is to add a top level function `UpdateMenu(newItems []MenuItem)` that will essentially clear all items and add them anew. Will add a simple `void add_menu_item()` to each platform...
Done some work in #13
I would also like this feature. I was able to hack it into a template by specifying virtual hosts in format `VIRTUAL_HOST=hosta.com:8087,hostb.com:8086`. Split the host into parts on `:`, use...
@dcerecedo I actually implemented thatfunctionality for a similar container I made for [caddy](https://caddyserver.com). The structure of the template is largely similar, and you may be able to back port it....
I agree.. sort of? $KUBECONFIG not being set will default to the system default (`$HOME/.kube/config` or something), but if *that* is absent, yeah, probably makes sense to tell them we...
Shouldn't be too difficult, although there are a few things to be careful of. Some providers "cache" a few things, usually a list of domains on the account or something...
Will also require making sure individual providers do not write to console out of order. We would want to collect the results in order and print them appropriately.
I intend to add a `Logger` to the domain config that the provider gets. It can `Warn` and `Debug` on that logger without writing to `log` or console directly. Then...