-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I'd like to support the following workflow:
- Paste a hex-encoded data.
- Add "kinds" that compose a particular type (type + name (optional - autofilled)).
- At the very end always display remaining bytes as some special field.
Could be done by selecting "Compose" at the regular selector, which would open up additional section between input and controls that would allow composing the type.
The type should also be possible to describe as JSON-like format, like so:
{
"id": "u8",
"name": "string",
"header": "Header",
"blob": "blob"
}
So that the composed type can be:
- locally persisted
- added to the URL
- Copy & Pasted over chat
Metadata
Metadata
Assignees
Labels
No labels