-
**Describe the bug**
When using connect-go with bazel, bazel throws the following error:
```bash
api/ride/driver/v1alpha1/v1alpha1connect/driver_service.connect.go:21:19: undefined: connect.IsAtL…
-
Has anyone tried TanStack Query v5 yet?
they have a migration guide here: https://tanstack.com/query/v5/docs/react/guides/migrating-to-v5
was just wondering if Orval will need to make any change…
-
Currently, I'm getting a 504 timeout error because the request takes too long. I haven't found any documentation on how to configure it.
Im using createGrpcWebTransport to init the transport but AFAI…
-
This repository hosts examples for many different frameworks. Currently, CI is running the following command for an example if any related file was changed:
https://github.com/connectrpc/examples-e…
-
Could you please allow asynchronous interceptors?
Right now the only way I managed to implement authentication was to generate my auth headers asynchronously (as they may be refreshed by gtmappauth…
-
https://github.com/arethetypeswrong/arethetypeswrong.github.io has been available as a CLI for some time.
Same as https://github.com/bufbuild/protobuf-es/issues/456, we should use it to verify our…
-
I got the following error when compiling:
```
~/go/src/github.com/hashicorp/vault$ make bootstrap
Installing/Updating golang.org/x/tools/cmd/goimports
Installing/Updating github.com/golangci/re…
-
I'm using Passport's authentication middleware, which provides an authenticated user object on a request ([Passport Middleware Documentation](https://www.passportjs.org/concepts/authentication/middlew…
-
## Problem
It's not currently possible to deterministically produce JSON data for types that include Protobuf `map` fields since the keys in those maps are not sorted. For example:
```swift
for…
-
When we make a call to the workload agent API over gRPC using the client with the following approach:
```js
let call = service.myMethod(foo);
for await (let message of call.responses) {
cons…