Chris Hatton

Results 22 comments of Chris Hatton

After seeing this clue: https://stackoverflow.com/questions/44055598/listener-on-map-idle-event-is-not-working-on-google-maps-api-v3-28-18 I tried forking GMapsFX and changing all occurrences of '3.exp' to '3.27' for the API version. However the behaviour is the same; the `idle` event...

My project is also affected by this: the Compose/iOS Gradle plugin confuses **Simulator Runtimes** with **installed SDK's**. These are not the same thing. The SDK string is computed here: ```...

Came looking for this; I also would like to run Scratch Jr Desktop on my kids Ubuntu 20 based laptop. I gather from Ubuntu posts that the package naming has...

What does this mean for users; should we not be using the published `0.20.0.1` artifact? A short description would help a lot.

...another developer here whose cross-platform 3D dreams have been stopped dead in their tracks by the realisation that Kotlin/Native can't currently use Filament due to incompatibility with C-interop tool. Filament...

🙅 The hardening of this requirements breaks [Kotlin Multiplatform](https://kotlinlang.org/docs/multiplatform.html)'s [Cocoapods integration](https://kotlinlang.org/docs/native-cocoapods.html), in a hard-to-resolve way: The way this integration works, involves calling `pod install` from within an Xcode run-script build...

@sproctor For me the problem persists with AGP `8.0.0-alpha08`. It may be significant that in my case Moko is applied to an intermediate (hierarchical) source-set. However [the workaround](https://github.com/icerockdev/moko-resources/issues/353#issuecomment-1193089278) is still...

Just dropping a note to say I too arrived here looking for a library to help with consuming a Swift ASyncStream from Kotlin/Native.

> Can you use [ShadowConnectivityManager.setDefaultNetworkActive](https://github.com/robolectric/robolectric/blob/master/shadows/framework/src/main/java/org/robolectric/shadows/ShadowConnectivityManager.java#L318)? The problem I arrived here with in 2024 is precisely that `setDefaultNetworkActive` does *not* appear to trigger the callback. If it's expected not to trigger...