William Storey
William Storey
Ah, I guess not. I get an error if I try to use `option.WithHTTPClient()`: `WithHTTPClient is incompatible with gRPC dial options`
I'm attempting to temporarily work around this by passing `no_proxy` environment variables. That appears to work, although I would rather not have to globally set this for my programs. However...
AFAIK I am not setting any related config in the environment.
@dhogan8 should this be merged?
Hi, thank you for the request! We're not planning to do this currently. It would be a large change as the underlying database reader relies on reflection. We can keep...