Anders Fischer-Nielsen
Anders Fischer-Nielsen
Awesome app! I use it daily. It'd be awesome if there was support for other weather backends to check different weather sources and compare their predictions manually. 🌤 [openweathermap.org](https://openweathermap.org/api) has...
## Changes This will elevate error messages logged using `logger.debug` in GitHub/Git logic (specifically `lib/util/http/github.ts` and `lib/util/git/index.ts`) to instead log these errors via `logger.error` to accurately reflect that the errors...
The main views of the application should be reimplemented in SwiftUI to simplify the code.
The current pathfinding implementation runs in `O(n^2)` and should be optimised using a priority queue. This would make finding Song-to-Song transitions much faster (`O(n log n)`).