Jonathan Ling
Jonathan Ling
Customizing the output file name and path would be pretty choice.
@asarkar You're forgetting those running in serverless environments. We're running into this issue in our production AWS Lambda environment.
I thought gists were repos. Edit: I commented on this issue because I think it could be useful to merge when downloading instead of just clobbering the local configuration. Is...
It looks to be unmaintained, maybe send an email to the owner to see if they are still accepting pull requests.
It looks like we just have to url decode the toString calls on lines 105 and 108. https://github.com/jellyfin/jellyfin-android/blob/master/app/src/main/java/org/jellyfin/mobile/player/audio/AudioNotificationManager.kt
This would require a breaking API change. We're going to gradually introduce features like this once we can get a good release cadence going.
This isn't going to work in 1.0.2, moving to 1.1.0.
I like it too, but am not currently running a k8s cluster. Would something like this be on the roadmap for docker-swarm or docker via labels, as well? EDIT: Also,...
Would it be enough to add the latest supported dart version into the table generated by `fvm releases`?
I think a plugin system might work out better. That way a user could implement their own scraper. Maybe something like [pf4j-spring](https://github.com/pf4j/pf4j-spring) could be used?