Timo Stamm

Results 302 comments of Timo Stamm

@cowboyd, I think I never tried it with generated `.js` and `.d.ts` files 🤔 Yup, it works fine, just with an import map. I can make a request to our...

The dependency is used to transpile TypeScript code to the targets `js` and `dts`. This mechanism is used when a plugin only provides a generator function for TypeScript. We're pinned...

Thanks for raising this. We provide error messages with context for the JSON format, we should consider doing the same for this case.

@SalimZayCKA, I think this might be a shortcoming of the gRPC-web transport. Most other gRPC clients merge headers and trailers before providing them as "metadata" in an error. I think...

Hey @jafaircl, today, registries are very simple interfaces that do not allow mutation. And it wouldn't be trivial to add an `add` method to the interface because of cases like...

Also see: https://github.com/bufbuild/protobuf-es/issues/508

It is not wrong because a `JsonObject` _is_ a `JsonValue`. Here's the definition: ```ts export type JsonValue = | number | string | boolean | null | JsonObject | JsonValue[];...

@SpareShade, echoing what jcready said: This sounds like a bug, regardless of top-level exports. Can you open an issue?

@SpareShade, the collision is fixed by #688 in [v1.7.2](https://github.com/bufbuild/protobuf-es/releases/tag/v1.7.2).

@Zamiell, this is an open source project created by people in their spare time. Please feel free to make a contribution to add pnpm information to https://github.com/timostamm/protobuf-ts/tree/master/packages/protoc