Timo Stamm
Timo Stamm
We're using Snyk now, closing.
I would find traces for passing tests very useful. IMO it's sufficient to enable tracing for all outcomes for all tests with `--trace --vv`.
We're using Snyk now, closing.
Great find! We're already using string literals for names that aren't safe [here](https://github.com/bufbuild/protobuf-es/blob/v2.2.0/packages/protoc-gen-es/src/protoc-gen-es-plugin.ts#L480), but clearly the logic is incomplete. It only uses string literals if the name starts with a...
Fixed by https://github.com/bufbuild/protobuf-es/pull/1004
It wasn't possible to use `cause` for a long time, but it's widely available now. We've filed https://github.com/sveltejs/kit/issues/13487, asking whether they're open to support `cause` when looking for a redirect...
Thanks for the bug report and analysis, @junlarsen. A gRPC(-Web) server can respond with a `grpc-status` error code in the header and omit body and trailers. It's called a "Trailers-Only"...
Hey @junlarsen, I've looked into this, but cannot reproduce. Here's the script: ```ts import {createGrpcWebTransport} from "@connectrpc/connect-web"; import {Code, createClient, ConnectError} from "@connectrpc/connect"; import {ElizaService} from "./gen/eliza_pb.js"; const transport =...
I can reproduce the error "missing message" by constructing an invalid gRPC-Web response: ```diff import {createGrpcWebTransport} from "@connectrpc/connect-web"; import {Code, createClient, ConnectError} from "@connectrpc/connect"; import {ElizaService} from "./gen/eliza_pb.js"; + import...
For posterity: https://github.com/connectrpc/connect-es/issues/1434#issuecomment-3113603630