Takahiro Menju

Results 533 comments of Takahiro Menju

@kikuchy Thanks! But, We have a problem with kotlin-mutli-platform. https://github.com/DroidKaigi/conference-app-2018/issues/183 So, Probably we will discard multiplatform. But you can clone and create it! And We will link in README. If...

@kikuchy Yes! It is as I imagined!

@kikuchy I talk with @mhidaka and @konifar. Can we use (Official) launcher icon for (iOS's) home icon? → OK 🙆‍♂️ Can we use (copy) GoogleServices-info.plist to show Google Maps? →...

I've made an attempt to address the issue of restructuring the project for multiplatform Kotlin. I have transitioned to using the Multiplatform plugin along with JVM configuration. Please have a...

If there's anything I could potentially fix by making adjustments on my own, I'm willing to try.

Thank you for trying this plugin. You might have to use `id ("com.github.takahirom.decomposer")` in your app module. It is because I'm not sure what happens when you use plugins in...

I was unable to reproduce this issue in [roborazzi repository](https://github.com/takahirom/roborazzi/pull/287). Therefore, I attempted to use the nowinandroid repository and tried fixing it with ActivityScenario.close, but [it seems to be ineffective](https://github.com/takahirom/nowinandroid/pull/2/files)....

Hi One issue is that if the composable function throws an exception, it fails. It's also failing tests, although the screenshot test remains unchanged. As you mentioned, in addition to...

Ideally, we should have CI testing for Windows. However, I think it's better to use a try-catch block at least, instead of allowing the program to crash.

Please merge this! https://github.com/JakeWharton/hugo/pull/124