Takahiro Menju

Results 529 comments of Takahiro Menju

I agree. How about creating a mapping for UnknownHostException and leaving other cases as they are?

@kosenda How about adding a expect function like this? expect fun knownPlatformExceptionOrNulll(e: Exception): AppError? actual fun knownPlatformExceptionOrNulll(e: Exception): AppError? { if(e is UnknownHostException) { return AppError.InternetConnectionException(e) } return null }

Thanks! Assigned 👍

Oh, I didn't know this. I think this setting is necessary to show Gradle tasks. It would be beneficial to provide this explanation to users, something like: "To enable the...

You can run the Roborazzi IntelliJ Plugin by using `./gradlew runIde` if you want to contribute.

@sanao1006 That sounds great. 👍 We will definitely check the screen when we can't find the tasks.

Our CI can't check the implementation. Please check out the conflict with the main branch. 🙏