2e0byo
2e0byo
Being on holiday with intermittent mobile internet I got round to implementing some features I've been thinking about adding for a while: - a local LRU cache of tracks, to...
`org-noter` stopped working for me recently and I traced it to `create-frame` modifying `point` (specifically, moving it to the end of the buffer). This causes a subsequent call to `org-noter--parse-root`...
@tehkillerbee if you want, you can add a badge for coverage to the readme, probably at this url: https://app.codecov.io/gh/tehkillerbee/mopidy-tidal/settings/badge
Disclaimer: I may be being stupid here. Currently `LruCache` is just a FIFO. When the cache overflows it pops the item added least recently. An LRU cache should (right?) take...
I *think* I've found a bug here: if the order is set to 'order by decreasing deviation', I scroll to the top, and press run (play) on a step, not...
Currently there is no support for moving items in playlists, inserting, or bulk actions. From a comment on [this pr](https://github.com/tehkillerbee/mopidy-tidal/pull/76): > a first look at the call made by the...
At https://gregobase.selapa.net/chant.php?id=2908 an `annotation: 3b` is clearly present, as can be verified by editing in one of the third party editors. However, if one downloads by cliking the 'gabc' link...
With two 4k monitors hyprland correctly detects and scales them, but places using the absolute (unscaled) coordinates: ```bash $ hyprctl monitors Monitor DP-1 (ID 0): [email protected] at 0x0 description: LG...
I'm no kind of experienced rust programmer, but I was surprised that common functionality (`available`, `push`, `try_push`) wasn't factored into traits (maybe `QueueStats`, `LimitedQueue` and `UnlimitedQueue`) to allow easily writing...
@tehkillerbee here's a start on the work of refactoring the test suite to be (i) more correct and (ii) easier to maintain. So far I've not fixed the broken tests,...