James Harvey

Results 17 issues of James Harvey

Currently, Finamp uses flutter_downloader to handle downloading songs and images. This package isn't the greatest, and has been the root cause of issues such as janky download indicators and the...

At some point, queue reordering broke, and the code for it looked a bit jank anyway. This should be fixed for 0.6.1.

Currently, Hive uses `getApplicationDocumentsDir` as a base directory to store files. On Android, this is fine since the documents dir is hidden from the user, but on iOS and Desktop,...

A feature that would let users "sync" content to their device for offline viewing like in Plex/Emby would be useful, especially on phones. Here's how Plex handles it: https://support.plex.tv/articles/201082477-quick-guide-to-mobile-sync/

enhancement

I want to check that the solar calculations are working but I can't find any logs. Where are they located? Can I run this via a terminal and see the...

enhancement
good first issue

I'm trying to get this to look uniform with Plasma applications but cannot find the colours in the Plasma settings. I have tried selecting "kvantum" but it has not worked....

I'm currently rewriting the API client for my app using Chopper and I'm a bit confused about how Chopper services work. To my understanding, you make a chopper service and...

This PR tracks the ongoing redesign that is being discussed in #220. I'm opening the PR now to track merge conflicts and stuff.

When running `ds4drv --udp`, I get this error: `[error][daemon] 'hcitool' could not be found, make sure you have bluez-utils installed.` This seems to be related to this issue: https://github.com/chrippa/ds4drv/issues/123 I'm...

I'm making a time lapse camera which uses this library to periodically take photos and upload them to a server. Since the time lapse takes place over a long period...