Róbert Papp
Róbert Papp
> it looks like the proposed solution would silence Dokka overall, no messages will be emitted other than warnings and errors, so for the users it'll look like Dokka is...
I think the transform folder includes Jetifier (and potentially other transformations as well), not just "explosion", so as a Con it might be simply incorrect to look in `modules`: a...
Confirmed not working in GAE: > textPayload: "[2;37m2024-05-04T21:08:54,634 INFO [main] io.micronaut.context.DefaultApplicationContext$RuntimeConfiguredEnvironment(DefaultEnvironment.java:168)[m [1;37mEstablished active environments: [gae, gcp, production][m"
No, because there are no tests for this as far as I found, therefore it should be in scope to add regression tests, which is not as trivial as adding...
Did you mean "Can paparazzi ~catch~ throw them instead of only logging them to System.err?"?
In the meantime, you can give [`1.3.4-SNAPSHOT`](https://oss.sonatype.org/content/repositories/snapshots/app/cash/paparazzi/paparazzi/) a [spin](https://github.com/cashapp/paparazzi?tab=readme-ov-file#releases), and report any issues.
Obsoletes https://github.com/cashapp/paparazzi/pull/884 if not merged by then.
Hi, looks like you didn't complete the setup. Please make sure that you have completed the android-junit5 setup: https://github.com/mannodermaus/android-junit5#setup Applying the plugin is not enough according to their docs. Note...
I agree with @Yiran001: the fact that Paparazzi only supports JUnit 4 is only very implicitly "documented" by the fact that there's [a transitive dependency](https://repo1.maven.org/maven2/app/cash/paparazzi/paparazzi/1.3.1/paparazzi-1.3.1.pom) and the fact that it's...
## Workaround Create a new file at `src/main/java/com/google/errorprone/annotations/RestrictedInheritance.java` in the module that uses `play-services-base`: ```java package com.google.errorprone.annotations; /** * Workaround for class file for com.google.errorprone.annotations.RestrictedInheritance not found. * * *...