Dave Reed
Dave Reed
Here's a complete repro if the issue I'm trying to resolve. The output will be: `Error:Syntax error, expected: > ((1:10))` If all you do is comment out the line marked...
We are using node-protobuf in a system that handles generic messages. We load the schemas for the protobuf messages at runtime, and periodically reload them in case they have changed...
Unless I am doing something wrong (which isn't unlikely), it seems like this library isn't able to parse extended fields. Possibly because doing so with DynamicMessage requires using an ExtensionRegistry:...