We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using this file:
https://github.com/protocolbuffers/protoscope/files/14941355/hello.dmp
I get this result:
> protoscope hello.dmp 1: {12: 9.155902e11i32} # 0x53552d6ei32
while with other methods I get this result:
protobuf.Message{ protobuf.Field{Number:1, Type:2, Value:protobuf.Bytes("en-US")}, protobuf.Field{Number:1, Type:2, Value:protobuf.Message{ protobuf.Field{Number:12, Type:5, Value:protobuf.Fixed32(1398091118)}, }}, }
I think it would be useful if protoscope didn't assume type, and just return bytes as is, and also as embedded message, if it parses as such
The text was updated successfully, but these errors were encountered:
No branches or pull requests
using this file:
https://github.com/protocolbuffers/protoscope/files/14941355/hello.dmp
I get this result:
while with other methods I get this result:
I think it would be useful if protoscope didn't assume type, and just return bytes as is, and also as embedded message, if it parses as such
The text was updated successfully, but these errors were encountered: