Seshadri Mahalingam

Results 2 issues of Seshadri Mahalingam

From manual testing I observed the API responds only to the strings 'on' and 'off', not the boolean literals `True` and `False`.

I have a proto file with this structure: ```proto syntax = "proto3"; package sample; message Foo { string name = 1; } import "imports.proto"; ``` [email protected] (latest at the time...