Jie Luo

Results 35 comments of Jie Luo
trafficstars

I think this is a better place: https://developers.google.com/protocol-buffers/docs/pythontutorial#the-protocol-buffer-api

"I think I'm forced to choose between having my ICustomDiagnosticMessageformatted output, or having fields with default values present in the output, but I cannot have both at the same time."...

I may misunderstood your requirement, thought you want to have the ability to set if you want to format default in your ICustomDiagnosticMessage public partial class MyMessage : ICustomDiagnosticMessage {...

Your understanding is right, there's no way to print default fields as well if you want to use ICustomDiagnosticMessage. It is originally designed for ToString(): https://github.com/google/protobuf/issues/933 @jskeet , do you...

Ping @jskeet JsonFormatter is unable to set the settings for diagnostic. Is it by purpose?

Packages did not affect pure protobuf python if user get the descriptors directly by directory structure. However it has problem if user use descriptor pool to find a descriptor. The...

Thanks for the PR We have added some tests for stub, I may need to port this change into our internal first and apply to the tests.

An internal change is under review. Close this one for clean up

Checked with other team member, Copy from chat with Mike "I never tried this on windows but I had a hell of a time fighting similar errors on linux it's...