William Bailey

Results 4 comments of William Bailey

How about some kind of `byTag` template function that accepts a `[]*Service` and returns a `map[string][]*Service` where the map key is the service tag. This would then allow you to...

@sethvargo - The two-pass implementation remains unaffected with my suggestion. The `service` function is responsible for figuring out the service dependencies. The `byTag` function simply takes the result of the...

Are you able to provide more information as to how `HTTPS` is supposed to work? The only reference I can find is in the [mozilla proxy auto configuration](https://developer.mozilla.org/en-US/docs/Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_(PAC)_file) page. However...

Awesome. Thanks for the PR. Apologies it went so long without a reply. I'll try to find some time to have a deeper look at the code and the new...