You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uh oh, something went wrong when importing that proto file... check the console and email me about it: Error: Parse error at line 39: illegal option name: (validate.rules).double.,
The issue is that it's choking on the validation syntax. Offending line looks like this:
// Identifies a percentage, in the range [0.0, 100.0].
message Percent {
double value = 1 [(validate.rules).double = {gte: 0, lte: 100}];
}
The text was updated successfully, but these errors were encountered:
Trying to import an envoy proto. omgrpc reports:
Uh oh, something went wrong when importing that proto file... check the console and email me about it: Error: Parse error at line 39: illegal option name: (validate.rules).double.,
The issue is that it's choking on the validation syntax. Offending line looks like this:
The text was updated successfully, but these errors were encountered: