bufdev

Results 107 comments of bufdev

You can modify go packages using gogoreplace in gogo/protobuf or just sed, a lot of projects do this including etcd. Long-form packages will cause a lot of issues down the...

I only just saw this - I’m sure this has been handled in some form by now, but note this is by design/is working as intended to match the golang/protobuf...

In #1449 we talked about adding a `--no-fx` later, I think this is what you'd want.

Any idea what the next steps are here? @kriskowal

Is there any potential for this dependency to be removed? This was a surprise to me as well - I expected go-git to be pure Golang and not need the...

This seems to be working as intended here: what buf breaking is doing is building your git repository at `.git` on the branch `main` in the sub-directory `proto`, so it...

We might want to re-think buf.gen.yaml in a v2 of the config definition. Originally, the motivation was to have buf.gen.yaml be input-independent - all input-related functionality was in flags, all...

We recently made a change to our managed [buf.build/googleapis/googleapis](https://buf.build/googleapis/googleapis) repository before certifying BSR as v1 (even though googleapis is technically just a module, we know that it's a commonly-used module...

- Instead of announcing this directly, we put a custom error message produced by the backend in this circumstance, as well as updated the docs at https://docs.buf.build/faq#googleapis-failure. We thought that...