Bastian Rinsche

Results 8 comments of Bastian Rinsche

Sorry if this isn't new information, but there is a beta for the safari extensions https://beta-extensions.apple.com, maybe you can already submit it there?

I just tried to look into this and it might be possible. It would probably require a [Custom CAF Receiver](https://developers.google.com/cast/docs/caf_receiver/#custom_receiver) which receives [Custom messages](https://developers.google.com/cast/docs/caf_receiver/advanced#custom-messages) from Termux and renders [Custom UI](https://developers.google.com/cast/docs/caf_receiver/advanced#custom-ui-data-binding)....

Just fyi the next Xcode version deprecates bitcode [https://developer.apple.com/documentation/xcode-release-notes/xcode-14-release-notes](https://developer.apple.com/documentation/xcode-release-notes/xcode-14-release-notes) >Starting with Xcode 14, bitcode is no longer required for watchOS and tvOS applications, and the App Store no longer accepts...

Related to this I'd love to have the ability to disable "autostarting" the request, I recently had very slow connections speeds and it would have been nice to not automatically...

I had the same issue, with `Android Studio Dolphin | 2021.3.1 Patch 1` on a `macOS 13 M1 Mac` in case that helps, but thanks to: > yea, [we explicitly...

I think you just need to use this syntax https://cashapp.github.io/sqldelight/2.0.1/android_sqlite/grouping_statements/ My guess is that the second line is interpreted independently from the function name and gets run during creation otherwise

Ah sorry I misread the issue, seems like a good idea

I think this is tracked in https://github.com/cashapp/sqldelight/issues/2799 and just broken at the moment :/