Profpatsch
Profpatsch
Yes, that’s the issue.
This could be part of an effort of [professionalizing development of lorri](https://github.com/nix-community/lorri/blob/canon/BUSINESS_SUPPORT.md). Once the first company signs a maintenance contract, guaranteeing security fixes would be part of that.
Ah MSRV stands for minimum supported rust version, I thought this was about security updates of dependencies.
I rebased on current refactor & squashed, but I can’t get it to work. The hilt library is throwing weird injection errors: ``` /home/philip/kot/android/NewPipe/app/build/generated/hilt/component_sources/debug/org/schabi/newpipe/App_HiltComponents.java:144: error: [Dagger/DuplicateBindings] android.content.SharedPreferences is bound multiple...
Something I noticed: the old implementation seems to be still around, don’t we want to remove it?
@Layer-09 how come this issue is your only contribution on github?
I added the `Sponsoring solicited` label, since issues on MacOS are a good candidate for sponsoring developer time.
I rebased on current `refactor`, and added a commit which kotlin-ifies the `SubscriptionImportWorker` input data a little, turning them into a sealed class that auto-parcelizes. Unfortunately, there is no `Data.Builder().fromParcelable()`...
Once the missing error handling is added on import & the question about how leniently to parse the json is resolved, I’d say LGTM!
Probably because nix-in-docker does not work with an extra layer of sandboxing?