Mikel Corcuera
Mikel Corcuera
Adding on top of what @snipd-min commented, we have made the following observations on the native side: - When the issue is happening, the `timeControlStatus` is reported to be `AVPlayerTimeControlStatusPlaying`....
Hi @ankiimation, I have found a way to launch the Flutter app when starting the app through the CarPlay interface when the app is not running on the foreground. The...
Thanks for the info. I haven't yet run into many issues, as most of what I need on the CarPlay is not related to Flutter UI components. However, I encountered...
I have done the following to have the types available when using knex, based on this Stackoverflow answer: https://stackoverflow.com/questions/67034024/knex-js-table-infered-typescript-types > Create a directory for your custom types, (i did `src/@types`)...
Hi @vencho-mdp. After using that fix, the typings for simple select, insert and update statements work fine.
I have also encountered this issue. I have tried the workaround provided by @csacchetti and no luck. What ended up working for me, but it's a little bit of a...
Hi! We have also run into this problem and a few users have complained to us The solution that we ended implementing is showing a message to the user if...
It seems that we started seeing this issue when we configured the db to `compactOnLaunch`. It seems that if the `.compact` file created here: https://github.com/isar/isar/blob/04886f692d6e1935e695ae993f77848b023dfb80/packages/isar_core/src/native/native_open.rs#L90 already exists when trying to...