Matthew Li

Results 5 issues of Matthew Li

The example client.py shows 'Waiting for authorization' but when qrcode scanned, nothing happens

### What's the Problem? _No response_ ### Solution/Idea Something like this: https://www.fontspace.com/unicode/analyzer where a user can input some text, and see the characters and hex ### Alternatives https://www.fontspace.com/unicode/analyzer `charinfo` command...

under consideration
feature

- rewrote docs - ran `cargo clippy -- -W clippy::pedantic -W clippy::nursery -W clippy::cargo` Windows and Linux modules should also be updated

# expected behaviour should escape `type` to `r#type` # actual behaviour generates `type` # repro 1. make a binary project 2. add variantly 3. write to main.rs ```rust use variantly::Variantly;...