Koji Wakamiya

Results 17 comments of Koji Wakamiya

Can I try? I can't reproduce this problem in my environment yet. However, I feel this problem can be fixed by removing the "unstable" lateinit call. 🕵

Sorry, I can't reproduce this issue in the latest conference app. (DroidKaigi 2020 #227) And I can not found the DeployGate link DroidKaigi 2020 #130... @KeithYokoma Hi, can you reproduce...

@roana0229 Sorry, I give up. I can't reproduce this issue. --- Maybe, we can avoid this issue to change lateinit property to nullable property. https://github.com/DroidKaigi/conference-app-2020/blob/master/corecomponent/androidcomponent/src/main/java/io/github/droidkaigi/confsched2020/ui/widget/FilterChip.kt#L146 However, this workaround is not...

This issue has been reproduced in the emulator. (After the current master, after merge #797, a crash occurred.) ``` Application: io.github.droidkaigi.confsched2019.debug Manufacturer: Google Model: Android SDK built for x86 Brand:...

> It can be fixed that it will be blank at the beginning of the transition. However, I will resolve it when I return. It is not serious, so it...

Oh, sorry. I'm on the train now. I will send PR after 20 min. Is that is too late? すいません、いま電車で移動中のためPR作成までに20分程かかりそうです。 間に合わないよであれば、他のかたにPRをお願いしたく 。。

Hi @robmr88 , > Is it implemented? No, it's not implemented. Maybe, you can use `FirebaseAuth.instance.currentUser.delete()`.

An issue was previously created for int in flutter web, and it was suggested that BitInt be used. https://github.com/flutter/flutter/issues/61500 --- Since xxh3 returns 64-bit values, it seems that it sometimes...