Stefan VanBuren

Results 16 comments of Stefan VanBuren

Ran into a similar issue while testing NATS and realized that passing `context.Background()` wasn't allowed, but I'm curious why `context.Background()` is handled differently than say, `context.TODO()` or just a random...

Hey @weihanglo, happy to give more context. I'm working on [Generated SDKs at Buf](https://buf.build/docs/bsr/generated-sdks/overview), where we allow users to easily depend on the output of their protobuf files when generated...

I contributed support upstream for buf.yaml, buf.gen.yaml, and buf.work.yaml over in https://github.com/SchemaStore/schemastore/pull/3310. (I skipped buf.lock as it's not meant to be edited manually.) I'm happy to continue maintaining these as...

@Goldziher thanks for the report - noticed that I missed the ones below comment; opened a PR with those added here: https://github.com/SchemaStore/schemastore/pull/3317.

Now that https://github.com/SchemaStore/schemastore/pull/3317 is merged, I'm going to close this one out (technically a dupe of https://github.com/bufbuild/buf/issues/2408). Please continue to report any issues with the schema you see to the...

Of course! I work on developing a [PyPI-compatible repository](https://buf.build/docs/bsr/generated-sdks/python) that I'll occasionally run locally either without https or using self-signed certificates, in which case I need to supply the `--trusted-host`...