Nullus157 / Nullus157/cbor.nemo157.com
Support sequences
Open
- Dominant language
- CSS
- Stars
- 11
- Forks
- 2
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 8
Description
```console
> echo '0166666f6f626172' | xxd -r -p | cbor-diag --seq
1
"foobar"
```
https://cbor.nemo157.com/?type=hex&value=0166666f6f626172

Contributor guide
No contributing guide indexed for this repository
Research direction
Start by running the cbor-diag --seq example with the provided hexadecimal input and trace where the command handles the decoded value. Support the sequence shown in the issue, producing 1 and "foobar" as separate values, and verify the output against the linked example.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100