Carlos O'Ryan

Results 304 issues of Carlos O'Ryan

The Cloud Pub/Sub emulator lacks a number of features. This issue will help us document any workarounds setup for them. - [ ] UpdateTopic() not implemented (b/162942530) - [ ]...

type: cleanup
api: pubsub

When starting a resumable upload the body with object metadata is optional. And at least the C++ client library takes advantage of this. The documentation is not explicit, but there...

bug
help wanted

First, thank you for writing this! Some client libraries (e.g. [C++](https://github.com/googleapis/google-cloud-cpp)) automatically switch to XML for some uploads and downloads. You may want to consider supporting the XML APIs to...

enhancement
help wanted

It would be nice if I could automatically download the right artifact for my current system using something like: ``` curl -sSL https://github.com/bazelbuild/bazelisk/releases/download/v1.12.0/bazelisk-linux-$(uname -m) ``` But I cannot, because the...

type: feature request
P2

Is there a recommended way to terminate short lived programs? I am thinking of examples, tests, or batch processes that may have completed their work but want to give OpenCensus...

If there is no simpler solution, something like this: https://github.com/sbsends/cloud-build-badge

Fixes #9531 - - - This change is [](https://reviewable.io/reviews/googleapis/google-cloud-cpp/9924)

For CMake: compile as many as are available with the `vcpkg` version used in the builds. For Bazel: compile as many as are available with the `google-cloud-cpp` release used in...

I got some weird failures and I think we can live with slightly slower builds for a while.

type: cleanup
cpp: operator

At least on Windows, compiling each quickstart is too slow. The `google-cloud-cpp` dependencies, such as gRPC, are compiled for each quickstart. Even with GCS caching this takes a while. Not...

type: cleanup