Darren Bolduc

Results 114 issues of Darren Bolduc

These are user guide chapters / examples we want to show for using a Subscriber client. ```rs #[non_exhaustive] // TODO : include the necessary Dev/Rel snippets. // @suzmue compiled a...

type: feature request
priority: p3
api: pubsub

`bigtable::RowKeyType` is a `std::string` in OSS-land, and an `absl::Cord` in Google-land. `absl::Cord::clear()` is deprecated, in favor of `absl::Cord::Clear()`. `std::string::Clear()` is not a thing. We need to add a new `Clear(RowKeyType&)`...

api: bigtable
type: cleanup

Google Cloud expects query parameters of type `bytes` to be base64-encoded. If you do not believe me, see below. gapic-showcase does an extra base64-encoding of these fields when returning the...

priority: p2
type: bug