-
I'm a newbie who has recently started using bufbuild/connect-web.
I think it's a great tool and we want to generate TypeScript client code with it.
We want to access HTTP endpoints defined in `go…
-
Hello,
I added this action to a private repo and it runs and then fails with a few errors that I've since fixed locally. The linter is stuck on two issues:
1. The action is not properly using th…
-
```
2023/03/24 14:59:58 http: panic serving 127.0.0.6:49389: runtime error: invalid memory address or nil pointer dereference
goroutine 115 [running]:
net/http.(*conn).serve.func1()
net/http/serv…
-
Hi all! Congratulations for this project I just found out! It's amazing!
I'm using `"@bufbuild/buf": "1.15.0-1"` in my `package.json`.
I created `buf.gen.yaml`:
```yaml
version: v1
plugin…
-
Hello,
I noticed it seems like the jsdoc is wrong for the `enc` utility
Thanks for the utilities. Goes above my head but makes my job easier to do!
Reference: https://github.com/bufbuild/prot…
-
**Describe the bug**
In the implementation of the [express connect middleware](https://github.com/bufbuild/connect-es/blob/main/packages/connect-express/src/express-connect-middleware.ts#L60), the …
-
I end up customizing `refetchInterval` per query pretty often with Tanstack Query's `useQuery`. On some pages, I want rapid 1-second polls of a specific unary call, and on others just once a minute or…
-
Please see the FAQ in our main README.md before submitting your issue.
### Use case(s) - what problem will this feature solve?
Hi, we have a use case using grpc middleware / interceptors to chec…
-
@timostamm how was the .proto parser generated?
-
I've got a use-case where I'm generating code (using `protoc-gen-es`) for a .bin file descriptor. So far so good...
However, at runtime I'd also like to use a registry for the same DescriptorSet. …