Chris Broadfoot

Results 36 comments of Chris Broadfoot

> The upstream godoc issue has been addressed by including imports and a surrounding func main() for each example. When/where'd this happen? I can't find the relevant CL. edit: Is...

Cloud builder gives you a dedicated VM that runs your build in a Docker container. The port should be available. On Sun, Oct 14, 2018, 2:15 PM Ali Akhavan wrote:...

/cc @adamtanner I think a fix is being rolled out very soon.

To collect stats via GA on clicking through to source, it looks like upgrading to analytics.js might be required. I don't think the legacy ga.js gives you a callback after...

Strange, though. It appeared to work a couple days ago: https://travis-ci.org/GoogleCloudPlatform/golang-samples/jobs/110069647 6b9a0fa is this commit: https://github.com/golang/go/commit/6b9a0fa356de3c733c14951e42ca31cfafe7ff79

I think it's working now. Ping?

sorry, reading this now it doesn't look like a doc bug.

https://github.com/googleapis/google-api-go-client/blob/334f1cf68ef2ac2ae0ae06c6423b982b81aa607b/transport/grpc/dial.go#L119-L121

Workaround for "API keys are not supported for gRPC APIs. Remove the WithAPIKey option from your client-creating call." Append the API key to the context used for the request (not...