Jonjo McKay
Jonjo McKay
This adds the thrown `error` and `stackTrace` parameters to the `onError` callback. It's quite useful to have these passed in, so the caller can e.g. show a `SnackBar` with some...
- [ ] Create the Markdown changelog - [ ] Create the Fastlane changelogs (one per ABI) - [ ] Add the Markdown changelog into the application - [ ]...
There's another Rust project for hashes called [`fasthash`](https://github.com/flier/rust-fasthash), which implements a bunch of modern non-cryptographic hashing algorithms, like xxHash and meowhash. It would be great if this library also supported...
When trying to stream any channel from my DVB-S tuner, Jellyfin wants to transcode it into H264 and AAC, even though the channel usually already is. I _think_ this may...
Hello. I occasionally seem to get the first page of results loading twice, and I've narrowed it down to [this line of code](https://github.com/ftognetto/riverpod_infinite_scroll/blob/de837cff7abe2a0a30b745726c6eba410035bb50/lib/src/paged_notifier.dart#L40). It appears that the method is called...
I'm trying to use this library (v2.0.0) on Android along with `flutter_local_notifications` (5.0.0+4), and the latter's `onSelectNotification` is never being called due to this library saying it can handle all...
This adds the Tvheadend streaming server as a new application. The guide [linked here](https://runtipi.io/docs/contributing/adding-a-new-app) was followed, although the linter complained about a few things that I resolved manually. ## Summary...