Joshua Humphries

Results 433 comments of Joshua Humphries

@WillAbides, what version of protoc were you using? In version 3.14, this is just a warning, not an error. I was perusing release notes for all versions since 3.14.0 and...

Interesting case! I like your recommendation. If you have bandwidth to look into it, please go for it.

@bufdev, not yet. I want to update some of the Go doc to make it clear what people should expect when using `IncludeSourceCodeInfo` and these out-of-the-box files.

I think your example file may have been malformed when you pasted it into a GitHub comment. What I see is that � is the Unicode replacement character (U+FFFD), _not_...

I've filed a bug with the protobuf project: https://github.com/protocolbuffers/protobuf/issues/9175 Depending on the response to that, I could update `protoparse`. I can see a couple of possible things I'd need to...

@gonzojive, I've been thinking about creating a v2 of protoreflect that uses APIv2 for the main proto libraries. In the meantime, you will need to use v1.4 of github.com/golang/protobuf as...

@ChristianWeyer, I'm afraid there is no timeline at the moment. Sorry.

@morgante, the linked issue is about IAM policies for Big**Table** tables, not BigQuery.

@tooolbox, what kind of example are hoping to see? There is a high-level on in the package Go doc already: https://godoc.org/github.com/jhump/goprotoc/plugins#hdr-Interface_for_Protoc_Plugins Do you mean like a fully-functioning plugin as an...

> Do the golden files need to be altered at all then? @lrewega, Yes. The old logic did _not_ try to preserve whitespace. So the existing golden files are missing...