Andrew Duerig

Results 6 issues of Andrew Duerig

I have the G203 LIGHTSYNC Gaming Mouse and I'm a huge fan of this repo, thanks! I wanted to disable the functionality of the DPI button on the mouse, which...

Signed-off-by: Andrew Duerig std::min needs to explicitly have the same types, build errors with this: ``` test/common/buffer/buffer_fuzz.cc:123:26: error: no matching function for call to 'min' auto copy_length = std::min((length -...

stale
waiting

When viewing the results in terminal, I find it easier to have the total time and emoji results as the most recent printed line for quick viewing. Currently you have...

1. On cloning the repo, I am unable to run the `tests/run.py` file. I run into the error of unable to import the src files: ``` ImportError: Failed to import...

Cloning the repo then running `python main.py` crashes because there are no profiles loaded when `update_streak_collections` tries to read them. It seems a bit more natural to me to return...

Cloning the repo then running python main.py crashes because there are no profiles loaded when update_streak_collections tries to read them. This is the smaller PR, [refer to](https://github.com/Spireblight/Spireblight/pull/91)