Simon Marquis
Simon Marquis
LeakCanary does not yet support edge-to-edge. Unfortunately, `windowOptOutEdgeToEdgeEnforcement` is going away in Android 16. https://developer.android.com/about/versions/16/behavior-changes-16#edge-to-edge Here is what it currently looks like when edge-to-edge is enforced (invisible rows and clipped...
We are seeing CI builds ending up with timeouts while upgrading from 1.13.17 to 1.14.0. Unfortunately, we are unable to reproduce the test in isolation or on local builds. Here...
Hi, would you consider removing the forced `lowercase(Locale.US)` when formatting the file name and keep the original -user provided- name unchanged? https://github.com/cashapp/paparazzi/blob/9c4f71e54a3f1983128ec11bbd46de66b92bfc6e/paparazzi/src/main/java/app/cash/paparazzi/Snapshot.kt#L47 I can prepare the PR if you agree...
to allow removal of `actual` & `expected` labels in delta images. Keeping the previous behavior as default value. | With| Without | |--------|--------| |  | ![delta-app...
``` Invalid POM: /app/cash/paparazzi/paparazzi-preview-lints/2.0.0-alpha01/paparazzi-preview-lints-2.0.0-alpha01.pom: Project name missing, Project description missing ``` cc @jrodbx the latest 2.0.0-alpha01 failed to publish because of this missing file. - https://github.com/cashapp/paparazzi/actions/runs/14476256191/job/40602519715 It probably did not...
We are trying to disable the HTML test report that is generated whenever Paparazzi runs. It is currently not very helpful (for us) and it is unfortunately the source of...
## 🤔 Context https://blog.gradle.org/alignment-with-gradle-module-metadata
https://kotlinlang.org/docs/whatsnew22.html#binary-compatibility-validation-included-in-kotlin-gradle-plugin Closes #1457 Unfortunately for now, it seems to create empty .api files for this project 🤔 https://youtrack.jetbrains.com/issue/KT-78625/Kotlins-built-in-BCV-generates-empty-.api-files
This neat website can be used to track the current issues with AGP 9: https://agp-status.frybits.com/agp-9.0.0/ --- - [x] https://github.com/firebase/firebase-android-sdk/issues/7293 (fixed in Firebase BoM 34.5.0) - [x] [AGP 9.0.0-alpha03 produces circular...