Nicolò Francesco Maria Spingola
Nicolò Francesco Maria Spingola
As the title says, my interpreter gets an incorrect output of `Hello Zombie! 255` on `bitwidth.b` however I can't see anywhere mentioning the bug which is related to that particular...
As per the title, unless `stdpath("data")/arduino` is created manually no configuration file is ever written. The directory should somehow be created automatically on plugin initialization so that this issue does...
As per the title, ruff is pretty much a drop-in replacement for black, but it is way faster and therefore shortens developer time locally if run on save. Perhaps we...
As per the title, isort is nice for consistency. We should run it in CI, perhaps?
It would be useful if the grid type had FromIterator implementations that mimic its From implementations, e.g. to mimic `From
Resolves #6
Pretty much what the title says. This is a *super* nitpick and literally doesn't matter because this is all I/O bound but I am a fan of yeeting as many...
Per the title, we should handle duplicate packets such as receiving two Data packets with the same block id or two Ack packets with the same block id. (by silently...
### Is your feature request related to a problem? I'd like to be able to stop parsing flags, so I'd be able to do stuff like `my-cmd foo bar --...