Carlos O'Ryan

Results 304 issues of Carlos O'Ryan

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/buildtools/releases/download/5.1.0/buildifier-linux-$(uname -m) ``` But I cannot, because the...

This seems to be in a crash in Bazel: ``` exec bazel-out/k8-fastbuild/bin/external/remote_coverage_tools/Main --coverage_dir=/h/.cache/bazel/_bazel_root/eab0d61a99b6696edb3d2aff87b585e8/sandbox/linux-sandbox/3211/execroot/com_github_googleapis_google_cloud_cpp/_coverage/google/cloud/storage/internal_grpc_resumable_upload_session_url_test/test --output_file=/h/.cache/bazel/_bazel_root/eab0d61a99b6696edb3d2aff87b585e8/sandbox/linux-sandbox/3211/execroot/com_github_googleapis_google_cloud_cpp/bazel-out/k8-fastbuild/testlogs/google/cloud/storage/internal_grpc_resumable_upload_session_url_test/coverage.dat --filter_sources=/usr/bin/.+ --filter_sources=/usr/lib/.+ --filter_sources=/usr/include.+ '--filter_sources=.*external/.+' --source_file_manifest=/h/.cache/bazel/_bazel_root/eab0d61a99b6696edb3d2aff87b585e8/sandbox/linux-sandbox/3211/execroot/com_github_googleapis_google_cloud_cpp/bazel-out/k8-fastbuild/bin/google/cloud/storage/internal_grpc_resumable_upload_session_url_test.instrumented_files # # A fatal error has been detected by the Java...

type: cleanup
cpp: flake

Just like we format shell scripts, and C++ code, and CMake, and so on, maybe we should use something like: https://github.com/shurcooL/markdownfmt to format the markdown sources.

type: cleanup
cpp: operator

Some applications need to set the x-api-key metadata header in Cloud Bigtable. Without decorators or interceptors probably the best way is to add an `api_key()` attribute to `ClientOptions` which gets...

api: bigtable
type: feature request

We need to support third-party identities, like gRPC does in: https://github.com/grpc/proposal/blob/master/L77-core-cpp-third-party-identity-support-for-call-credentials.md More details available internally at go/guac-3pi

api: storage
type: feature request

This is in response to: https://stackoverflow.com/q/53885615/624900 We do not support the flow described by: https://developers.google.com/identity/protocols/OAuth2#webserver or: https://developers.google.com/identity/protocols/OAuth2#installed which evidently some users need. I think this is "just" a factory function...

api: storage
type: feature request

Future versions of gRPC will include `Destroy()` in `grpc::ClientAsyncResponseReaderInterface`, when that happens we need to add the `override` keyword to any `Destroy()` member functions in our mocks. We may need...

type: cleanup

We need a helper function (for a future PR), something like: ```cc namespace google::cloud::dataproc { gc::Options WithRegionalEndpoint(Options options, std::string const& region); } ``` _Originally posted by @coryan in https://github.com/googleapis/google-cloud-cpp/pull/8231#discussion_r799474901_

type: feature request
api: dataproc

This was on Kokoro + Windows. This could be a problem in the environment (just Kokoro and/or Windows resolving the wrong host). It is possible that gRPC (or our code),...

type: cleanup
cpp: flake

This happened with Bigtable, but I guess it could happen with any service. ``` 2022-02-07T15:44:16.540779000Z [DEBUG] SetIamPolicy()

api: bigtable
type: cleanup
cpp: flake