Izzy

Results 2552 comments of Izzy

@zaednasr our monthly quality check again reported: ``` ! build/com.deniscerri.ytdl/metadata/en-US/changelogs/108040004.txt has 1000 chars ! build/com.deniscerri.ytdl/metadata/en-US/changelogs/108050004.txt has 3062 chars ! build/com.deniscerri.ytdl/metadata/en-US/changelogs/108060004.txt has 2249 chars ``` That's up to 6 times the...

> I pushed some changes shortening the changelogs. Thanks for letting me know. Thanks! Please keep within the limit for future ones, too, then 😉 > causing the app to...

That sounds like a good approach, thanks! It would also uncouple FFMPeg from updates to the app itself (so no update to FFMPeg = smaller downloads with an app update)....

Thanks for letting me know in advance! We can make an exception for this release, and hope the maintainers there merge your PR before the next release. However, the build...

It ran here 4 times already, always with the same result. Last run: ``` > Task :app:optimizeReleaseResources > Task :app:packageRelease FAILED FAILURE: Build failed with an exception. * What went...

Maybe more luck with the next release 🤞 Unfortunately, it just says where it failed, not why…

``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:packageRelease'. > Multiple task action failures occurred: > A failure occurred while executing com.android.build.gradle.tasks.PackageAndroidArtifact$IncrementalSplitterRunnable >...

Sure, can do. Was a bit in a hurry, so I just triggered a build – what you suggest would require modifying the build recipe as well. But if that...

Unfortunately, with Flutter, we must match the exact version you've used – no chance to get it RB otherwise. For the future, you could e.g. place it in `pubspec.yaml`: ```yaml...