pawitp / protobuf-decoder

JavaScript-based web UI to decode ad-hoc Protobuf data
https://protobuf-decoder.netlify.app/
MIT License
392 stars 91 forks source link

Floats displayed with double precision #69

Open andrew-watson-rooster opened 1 year ago

andrew-watson-rooster commented 1 year ago

Protobuf float fields are displayed with the precision of a double due to JavaScript numbers being 64 bit. Recommended fix is to trim the number of displayed decimals to represent the actual precision of the float

JhoanAlvear commented 11 months ago

hey , assign to me this issue , please