You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have message types that use a Uint8Array instead of a string to contain a series of bytes.
The Raw Message panel just shows this as an array of decimal values. It would be great if I could view the array in some other way, like a hex editor view that shows the bytes that are in ASCII.
(The clipboard button works to transfer the data to Python for decoding, but it does so by copying each value on its own line, which is inconvenient.)
This discussion was converted from issue #184 on December 16, 2022 05:17.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We have message types that use a
Uint8Array
instead of astring
to contain a series of bytes.The Raw Message panel just shows this as an array of decimal values. It would be great if I could view the array in some other way, like a hex editor view that shows the bytes that are in ASCII.
(The clipboard button works to transfer the data to Python for decoding, but it does so by copying each value on its own line, which is inconvenient.)
Beta Was this translation helpful? Give feedback.
All reactions