News

In javascript, when using repeat-expr for types like u1, s1, u2, s2, u4, s4, f4, f8 etc, it'd be lovely if ksc used typed arrays (ie Uint8Array, Float32Array, etc) instead of generic Arrays. @cyco ...
When I am trying to out a proto object as a repeated field inside another proto object it keeps crashing saying specifically ".package.innerMessage#0 is not a field: undefined" here is my proto: ...