Joshua Humphries

Results 433 comments of Joshua Humphries

I think this will be fixed in the next release. If you want to try it out before then, build `grpcui` using the sha from #160 or newer. I think...

@inliquid, the latest release included an improvement to the server reflection client to fix cases like this. If you have already tried using that latest version and are still seeing...

@pigfrown, do you know in what version of the Go runtime was support for that environment variable added?

This is related to an issue I filed with grpc-go a long time ago: https://github.com/grpc/grpc-go/issues/1150 At FullStory, we used a custom client interceptor (that was wired up in a custom...

> but so far it's only been done manually. That's not entirely true. The Fuzzing is already done continuously. In fact it reported numerous issues that were all caused by...

I'm trying to understand the question. Are you saying that, in your example, `md` is the message descriptor for `google.protobuf.Any`? Or are you saying that `protobufMsg` is an encoded `google.protobuf.Any`,...

@Khushbukela, I still don't follow. Can you provide a code example with more context and an actual JSON input example, too? And also say what it is you are seeing...

> Looks like this got paused a while back. Any plans to pick it up again, or would this be usable as it stands with the provisos you've noted? @timruffles,...

The issue you describe is unavoidable with the older protobuf runtime (v1.3 and older), which is when this library was originally written. The APIs in this old runtime (github.com/golang/protobuf) simply...

Actually, wrapping `ExtensionRegistry` so it supports the new runtime's interface is no small task. It requires bridging the descriptor type introduced in this repo (`desc.Descriptor`) to the new runtime's descriptor...