Mark Murphy

Results 45 comments of Mark Murphy

Also repros on 0.171.1 (macOS, Android 13 Pixel 5).

I can confirm that `AsyncServer.getDefault().stop()` does shut down the sockets and such -- thanks! Consider this a feature request to have a `stop(boolean)` or `janeStopThisCrazyThing()` or something on `AsyncHttpServer` that...

A probably related problem: if you resize the `MapboxMap()` to a larger size, it will not draw tiles in the newly-available space. The underlying *map* expands to fill the space...

[This sample project](https://github.com/commonsguy/MapboxComposeRetilingBug) illustrates the problem. The code is trivial: ```kotlin class MainActivity : ComponentActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) MapboxOptions.accessToken = getString(R.string.mapbox_access_token) setContent { Column(modifier = Modifier.fillMaxSize())...

This is reproducible on: - Pixel 6 running Android 14 - Pixel 8a running Android 14 It is not reproducible on: - Pixel 4 running Android 13 - Samsung Galaxy...