-
I attempted to use `releasetool` today in [google-cloud-datastore](https://github.com/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-datastore), which has a few pending changes. I trie…
-
> 1) Is this a client library issue or a product issue?
This is occurring when bundling `@google-cloud/pubsub`, however the underlying issue is with this library.
> 2) Did someone already solve …
-
Hi,
We are now using the google cloud golang sdk for big query, big table, datastore, spanner and storage api. We love that they are now getting hand rolled and are consistent between the different…
-
**Is your feature request related to a problem? Please describe.**
All the clients in this repo, such as pubsub client and metadata client, are concrete structs without a testing version. This makes …
-
I want to write fake server for test client, and I follow examples in test/client_test.dart but Request and Response type not int and I got this error:
type 'LoginResp' is not a subtype of type 'St…
-
I'm not really sure if this is a feature request, a bug-report of something else in between, so my apologies if this is not filed correctly.
I've been using this package for mocking out our gRPC en…
-
gRPC (Google RPC) protocol uses HTTP trailers to send/receive metadata. On the client side, SocketsHttpHandler needs to implement support for trailing headers to [receive metadata.](https://grpc.io/do…
-
This issue is to collaborate on making changes to Beef to introduce Dependency Injection (DI) as presented by @edjo23 within his [POC](https://github.com/edjo23/CodeGen.POC). This POC also has suggest…
-
**Steps to reproduce:**
1. Deploy octopus
2. Deploy a dummy device
3. Edit DeviceLink correct, change the value of` 'on'` and save,
```
model:
apiVersion: devices.edge.cattle.io/v1alpha1…
-
Is it possible to stub the following rpc with an empty request? If so how?
```
service Greeter {
rpc Hello(Request) returns (Response) {}
}
message Request {}
message Response {
string …