Ulf Andersson

Results 4 comments of Ulf Andersson

I see the same issue with maps-compose 3.1.1. My current workaround where GoogleMaps composable is used: if (strictModeEnabled) { DisposableEffect(Unit) { val prevThreadPolicy = StrictMode.allowThreadDiskReads() onDispose { StrictMode.setThreadPolicy(prevThreadPolicy) } }...

Had the same issue after upgrading from AGP 8.2.2 to 8.3.2 - but only in release builds. (firebase bom 32.8.1) Turns out it's related to resource shrinkage, our project is...

I had similar issues, i was able to curl the the 8081 endpoint, but when the SDK (in my case the Node SDK) was trying to connect it tried to...

Same issue on [email protected] Windows 10 node 14.16.0 daysInMonth() uses endOf('month') and it's endOf('month') that gives incorrect result: ``` > dayjs.tz("2021-04-01", 'Europe/Stockholm') d { '$L': 'en', '$d': 2021-03-31T22:00:00.000Z, '$x': {...