Carbon
Carbon
`ignored` characters are first stripped from the input and the disallowed sequences are reported without them. ```python ens_process('nick.\ufe0f\ufe0f.eth').error >>> CurableSequence(code="EMPTY_LABEL", index=4, sequence="..", suggested=".") ``` ```python ens_process('01\ufe0f--345').error >>> CurableSequence(code="HYPHEN", index=2, sequence="--",...
`CONF_WHOLE` is not curable because of implementation details (we lose track of individual characters). However, script names of conflicting characters are reported. It would be possible to remove *all* characters...
For each character which might appear in `CurableSequence.sequence` we could compute visually similar but allowed characters and place them in `CurableSequence.suggestion`. This would make these "cures" way more useful. External...
SBUS2 is just sbus but with added telemetry similar to f.port. From what I've read it looks like this: ``` [0-23] - Normal sbus frame [24] - sensor slot range...