roose
Results
3
issues of
roose
If alpha value contains two-digit fractional part, eg 0.55, converting don't work. Due to this if convert eg rgba(159, 205, 0, 0.75) to hsla(73.5, 100.0%, 40.2%, 0.75) and delete 5...
bug
https://github.com/adithyasource/clear/blob/79332ee15525a9c71314c973c1049f28cb3eee4c/src-tauri/src/main.rs#L26 Instead of trying to read by an absolute path, we can get the Steam path by reading the Windows registry. It is stored in `HKEY_CURRENT_USER\SOFTWARE\Valve\Steam`, under the `SteamPath` key....
refactor