Takahiro Menju
Takahiro Menju
@JPrendy Thank you for the report! I came across this slide about animation. This is a Japanese slide. But Could you try to use mainClock? https://speakerdeck.com/sumio/a-collection-of-useful-tips-for-taking-screenshots-in-roborazzi?slide=32
It's a reasonable approach. For now, we can refer to the implementation used by Now In Android for multi-device testing. In a nutshell, we can use RuntimeEnvironment.setQualifiers() as follows: RuntimeEnvironment.setQualifiers("w${width}dp-h${height}dp-${dpi}dpi")....
We can integrate the multi-device feature into Roborazzi if we find a suitable API. Currently, however, I don't have one. You can utilize the roboOutputName() function to retrieve the default...
We already have that function, but I didn't mention it in the document. So, now is the time to include it. https://github.com/search?q=repo%3Atakahirom%2Froborazzi%20roboOutputName&type=code
I was able to [reproduce the issue](https://github.com/takahirom/roborazzi/issues/261#issuecomment-1952633524) and made some changes in an attempt to fix it, such as using Provider, but I couldn't resolve the ClassCastException. I'm considering adding...
We can refer to this comment for more context: https://github.com/bmuschko/gradle-docker-plugin/issues/1123#issuecomment-1377520015. It seems we'll have to wait for a fix from Gradle. Therefore, the exception message could be structured as follows:...
If there are any workarounds that the Roborazzi plugin can offer, I would like to try them, so please let me know if there is anything I can do.
Thank you @bohregard and @Bencodes for discussing Bazel support for Roborazzi. I appreciate your insights and sample code. I'm considering creating a `roborazzi-bazel` module with Bazel-specific rules for easier integration....
@sanchezz93, great to have you on board! Thanks for joining us on the roborazzi-bazel module. Looking forward to it!
I've seen this before. It might be because you're using the window. Could you try using an inner Composable function instead? However, this may not be what you're looking for.