Replies: 3 comments
-
@amacneil @jhurliman What would we save to disk? The binary data of a single parameter or all params in JSON or something like that? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I imported this comment from our old ticket system, so I think it needs to either be expanded with more specifics or closed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Save to disk really should be broken out into a separate ticket, but I would advocate saving all params to JSON and base64 encoding Uint8Array fields. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
via @jhurliman:
We can use the raw message panel as a reference. UInt8Array values can be rendered as
(${length}) [${first20Values}, …]
while long string values can be truncated with ellipses.In both cases it would be nice to have a save to disk button.
Beta Was this translation helpful? Give feedback.
All reactions