Roland

Results 1 comments of Roland

@elliotmjackson I have encountered the same problem with IDLs like this one. ``` message CreateTextRequest { map texts = 1 [(validate.rules).map.keys.string = { in: [ "en", "zh" ] }]; };...