Timo Stamm
Timo Stamm
**Describe the bug** Using a `baseUrl` like `https:localhost` (note the omission of `//` after `https:`), leads to an unexpected error `[unimplemented] HTTP 404`. **To Reproduce** In the [example](https://github.com/connectrpc/connect-es/tree/main/packages/example), modify `src/client.ts`...
**Is your feature request related to a problem? Please describe.** When writing a web application that makes many API calls, it is often challenging to get good code coverage without...
We currently build ESM artifacts with module resolution "Node", which is the Node.js v10 resolution algorithm. Protobuf-ES had an issue in the artifacts that would have been caught by using...
This runs all crosstests against connect-es handlers running in the `edge-runtime` package ([on npmjs.com](https://www.npmjs.com/package/edge-runtime), documented [here](https://edge-runtime.vercel.app/packages/runtime)). These are similar, but not identical conditions to running on the Vercel platform. This...
This repository is using a Makefile because it initially used Go for code generation. We have most tools available as npm packages by now, and in [connectrpc/connect-playwright-es](https://github.com/connectrpc/connect-playwright-es), we switched to...
**Is your feature request related to a problem? Please describe.** OpenTelemetry is often used with gRPC to collect metrics, logs, and traces and analyze software performance and behavior. Integrations for...
The TypeScript code generated by protoc-gen-connect-es is tested exhaustively in this repository. However, the plugin can also generate .js and .d.ts, and this code path is not under test. To...
We test web clients on browsers via [browserstack](https://www.browserstack.com/) with the jasmine test framework and karma, which has an integration with browserstack. (See [here](https://github.com/connectrpc/connect-es/tree/main/packages/connect-web-test) for details.) [Karma is deprecated since April...
Support for Node.js v16 ends on September 11th, 2023 ([source](https://nodejs.org/en/blog/announcements/nodejs16-eol)). We have not decided whether to drop support on our side right away. This issue tracks tasks to do once...
**Is your feature request related to a problem? Please describe.** gRPC and connect-go support a health-check API. As of now, connect-es does not support this feature. **Describe the solution you'd...