Anton Aparin

Results 5 issues of Anton Aparin

### Version latest ### Details If I click the preview button, the orange dot, the temperature, and the brightness, will freeze for a few seconds a couple of times before...

bug
help wanted

Angular / Firebase updated their dependency locations and your code stopped working. I refactored your code, so it's working again. I also updated the packages to their latest versions.

This PR is a lot. I've completely swapped `anyhow` with `color_eyre`, and replaced most `unwrap`s with `?`. Such changes required changing multiple function signatures and struct fields. Now, the errors...

Right now, `--username` and `--password` are separate arguments that don't work without each other. Why not combine them into a single password? You can only have one username, so what's...

This project contains A LOT of unwraps, which can be easily avoided and removed, making the code much rustier. I'd like to do that after #423 gets merged. To handle...

bug
tech debt