Sam Aouar

Results 3 issues of Sam Aouar

Typescript warns `Expected 0 arguments, but got 1.` when I pass arguments for a protobuf message constructor. `google-protobuf` implementation of protobuf `Message` accept arguments. ``` // input.proto message InputType {...

help wanted
pinned

I have the following proto: ``` // user.proto enum Gender { Male = 0; Female = 1; } message User { string username = 1; Gender gender = 2; }...

Fixed typo: `FieldOpetion` to `FieldOption`.