Timo Stamm

Results 302 comments of Timo Stamm

We've investigated adding a "default" registry, but decided against the feature for the following reasons: - Protobuf is most often used for RPC, and RPC frameworks should accept serialization options...

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

This was implemented in https://github.com/bufbuild/protobuf-es/pull/827 for V2.

This is implemented in [version 2](https://github.com/bufbuild/protobuf-es/releases/tag/v2.0.0). Generated schemas do not include options with `retention = RETENTION_SOURCE`. `Schema.files` from `@bufbuild/protoplugin` always includes all options.

Same here. With: - esbuild 0.14.19 - postcss 8.4.6 - postcss plugins: - tailwind 3.0.8 - autoprefixer 10.4.2 ``` ✘ [ERROR] [plugin postcss2] Cannot read properties of undefined (reading 'getJSON')...

The build errors stem from `tsc` validating the types in dependencies with the compiler option `strict: true`. The package `vscode-languageclient` was written against `@types/vscode` v1.67.0, but we install v1.63.0. The...

Yes, I think this is a great example, see second paragraph. It requires the generated code, so it's not straight-forward to run it.

> Any idea what it'll take to get this one released? Starting an app that uses Svelte, and I would really love to use the Query package with Svelte, but...

> I'm just hoping for the deno+jsr based future when all i need to do is write TS and it just works 🪄 TypeScript doesn't even use semver, but yes....

We're looking at [buf/alpha/registry/v1alpha1/organization.proto](https://buf.build/bufbuild/buf/file/fd925554dc864f02b1e95fab5dd1dc64:buf/alpha/registry/v1alpha1/organization.proto), right? The current scheme is: `{protoFileName}-{serviceName}_connectquery`. - `protoFileName`: path and name of the Protobuf source file, minus the `.proto` extension. - `serviceName`: unqualified name of the...