Róbert Papp
Róbert Papp
Ah, I see, auto-output usage mine indeed! It is coming from here: https://github.com/TWiStErRob/net.twisterrob.gradle/blob/dd867db6c0aee19cc75816823890d9be32f8f533/gradle/plugins/src/main/kotlin/net/twisterrob/gradle/build/publishing/withDokkaJar.kt Used like this: https://github.com/TWiStErRob/net.twisterrob.gradle/blob/dd867db6c0aee19cc75816823890d9be32f8f533/gradle/plugins/src/main/kotlin/net/twisterrob/gradle/build/publishing/net.twisterrob.gradle.build.publish.gradle.kts#L52-L62 Since the param is defined as Object at https://github.com/gradle/gradle/blob/v8.11.1/platforms/jvm/plugins-java-base/src/main/java/org/gradle/api/plugins/internal/JvmPluginsHelper.java#L138 I guess I could...
Nice one! Re `theme` arg, I think you simply don't need the prefix and need to use something that extends appcompat: https://github.com/TWiStErRob/net.twisterrob.sun/blob/main/component/paparazzi/src/main/java/net/twisterrob/sun/test/screenshots/PaparazziFactory.kt#L11 Themes defined here: https://github.com/TWiStErRob/net.twisterrob.sun/blob/main/component/theme/src/main/res/values/themes.xml
@jrodbx would it make sense to auto-detect AndroidX, and if it's on the classpath (there's already code for this for some other reason afair), then use the base theme from...
Thanks, makes sense. It's the good old "threshold problem". Over at [detekt](https://github.com/detekt/detekt/issues/3679) we also had similar problems and they're being renamed in the upcoming major to clarify. I'm curious if...
I was referring to this "Beta": I think you said it best > error_count: 1, as in "fail on the first error". i.e. `fail_on_error_count: 5` I think maybe: `allowed_status_failures: 4`...
> Sorry to be wishy-washy, but I'm going to reopen this so the feedback isn't lost. 😅 Up to you how to handle this. Feedback is a weird thing, it's...
@jrodbx any reason for not publishing test reports to GHA artifacts?
@tevjef I ran the tests on Windows 10 / Java 11 locally: Failing test: `PaparazziPluginTest.customFontsInCode`, it's expecting a successful build in the test, but gets `android.content.res.Resources$NotFoundException at CustomFontsTest.kt:45` Command to...
Had a quick look at the code, but didn't debug, I would suspect this to trigger on Windows only: https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:core/core/src/main/java/androidx/core/content/res/ResourcesCompat.java;l=606-613?q=androidx.core.content.res.ResourcesCompat Edit: might be a red herring, that might be just...
@benbalter I agree about absolute urls, they shouldn't be mandatory. I try to make everything relative, which means that my website can be deployed anywhere without modification (re-generation with a...