-
### Question Checklist
- [x] Updated grpc-swift to the latest version
- [x] I read the [Contribution Guidelines](https://github.com/grpc/grpc-swift/blob/master/CONTRIBUTING.md)
- [x] I read [READ…
-
- Laravel Version: 8.7.1
- PHP Version: 7.3.17
- Database Driver & Version: NA
### Description:
Hello! During the composer update or composer dumpautoload I am receiving the following err…
-
I've been building a high-level Python client [[0](https://github.com/dgzlopes/python-liftbridge)] for Liftbridge.
First time building something more than a basic POC with gRPC, so the code might …
-
### 1. What version of `Go` and system type/arch are you using?
Latest go binary.
```
go version go1.13.8 linux/amd64
```
### 2. What version of `GoFrame` are you using?
```
github.com/go…
-
### Problem description
gRPC couldn't initialize due to the missing 'http2' module.
### Reproduction steps
- Use of package `firebase-admin` in React App, bootstrapped with `create-react-app`
- …
-
## User Story
As part of the cereal PR to cerealize ApplyRules, we had to comment [out some tests](https://github.com/chef/automate/blob/master/components/authz-service/server/v2/rules_property_test.…
-
This is a simple UX improvement which would allow for early error detection. The idea is to check if the `experiment_fn` passed to `run_on_yarn` can be executed in the configured environment by callin…
-
### Problem description
`@grpc/grpc-js` v0.6.9 seemingly leaks both memory and open network connections.
I did my best to provide a minimal possible reproduction by using gRPC directly, without …
-
Currently, the grpc tool chain generates a client class but not an interface, such as:
```csharp
public partial class GreeterClient : grpc::ClientBase
```
This makes the generated code very un…
-
Please answer these questions before submitting your issue.
### What version of gRPC and what language are you using?
HEAD @ 8576275
### What did you do?
When mocking gRPC items during…