Takeshi Inoue

Results 14 comments of Takeshi Inoue

The preview version of firmware (Firmware system: 6.20211109.1.3166232) solves the 30 secs issue. Thank you for your great info!! 2022年6月11日(土) 19:58 jonaseymour ***@***.***>: > Got some email notifications on this,...

The error occurs when google-home-notifier can't find Google Home by mDNS. In my case my wifi access point disables all multicast transmission.

Made PR to add volume() API. https://github.com/noelportugal/google-home-notifier/pull/44

Make sure to use release build and select tiny or base model. On my Redmi note 9s (Cortex-A75), 48sec of voice sample can be transcribed in 37sec with base model.

The same error occurs with Kotlin 2.0, Realm 2.3, and protobuf-kotlin-lite 4.29.2. I hope that supporting for Kotlin 2.1.0 will fix the issue, as it seems to be caused by...

I’m migrating from Realm-Kotlin to [krdb](https://github.com/XilinJia/krdb), which is a fork of it. krdb supports Kotlin 2.1.20, but the StackOverflowError still occurs. I’ve made a fix for this issue in my...

@LouisCAD Thanks for your notification. I tried 3.2.8-2 and 3.2.9 with Kotlin2.2.10 and protobuf4.32.1, but I still get the StackOverflow (recursive call of io.realm.kotlin.compiler.IrUtilsKt.isBaseRealmObject())

@adamburleybc The following diff can be applied to this repo: https://github.com/tinoue/krdb/commit/e7f5f30339a304ee3d683be16315b02e319bfb6e

@XilinJia Nice work! I just had a quick glance at your commits. Are you keeping targetSdk = 33 (not 35) on purpose?