Takahiro Menju

Results 612 comments of Takahiro Menju

@chrisbanes We are aware of some issues and actively working on them! You can track our progress here: https://github.com/robolectric/robolectric/issues/8081

The `inner composable function` refers to taking a screenshot of the Composable function's content inside a dialog. However, I understand that this may not be what you, as the creator...

@shashachu Are you applying the Roborazzi Gradle plugin? The Roborazzi plugin passes project parameters to the test. You can also check the Roborazzi logs of the Gradle plugin passing parameters...

You can run Roborazzi without the plugin, but you need to add system properties to tests manually. Additionally, you won't be able to see the HTML report, and it could...

It doesn't need to apply at the top level. Could you check what Roborazzi passes to the test with the --info parameter, like ./gradlew testDebugUnitTest --info?

I personally haven't done that configuration. But we could show a warning or error when we can't find any plugins that we can use.

Thank you for bringing this issue to our attention. We are planning to manage dependencies using TOML. Following that, I intend to refactor some of the dependencies associated with Roborazzi...

As you mentioned in this issue, in general app development, it's challenging to manage changes if you can't see what's different between images. Therefore, storing images as hashes might not...

Thank you. I'll think about it while making a prototype. I'm wondering whether to base the MD5 calculation on the image's pixels or the file's binary. I'm unsure about what...

I've noticed that the environment can greatly affect image pixels. Thus, it would be ideal if we could customize it in a manner similar to DropBox's ImageComparator, especially since we...