protogram icon indicating copy to clipboard operation
protogram copied to clipboard

Quick and easy proto deserialization

Results 8 protogram issues
Sort by recently updated
recently updated
newest added

Needs a CLI flag and a web selector.

type: enhancement
frontend: cli
frontend: webapp
lib: protogram

If the field type is provided, we don't need to guess

type: enhancement
lib: protogram

type: enhancement
frontend: cli
frontend: webapp

Lots of times you are decoding your own protos and it would be nice if you could point at a proto dir and FQN of a proto. For example, ```...

type: enhancement
frontend: webapp

Floats typically have a mantissa and exponent which has a very distinct bit pattern. When both are non-zero (or only the exponent) we likely have a float and should assume...

type: enhancement
lib: protogram

type: enhancement
frontend: cli
frontend: webapp