Sami Eljabali
Sami Eljabali
Confirmed bug. Running into the same issue on iPad with project setup properly with Info.plist added. Fix is straight forward: ```swift let picker: UIAlertController = Karte.createPicker(destination: someLocation) if let popoverPresentationController...
Personally tried out this library & am very impressed by it: https://github.com/whether-jacket/weather-app-2022-kmm
PR: https://github.com/whether-jacket/weather-app-2020-android/pull/55 did the View portion of the work. Now what's needed is to tie it to the DB repo and populate accordingly.
Use LiveData? Apparently we can do without.
Add Usecases, for upstream & downstream from repo?
Before removing ensure one may monitor incoming & outgoing traffic with Android Studio profiler: https://developer.android.com/studio/profile/network-profiler?utm_source=android-studio#network_connection_troubleshooting
In using 11.11.0 saw the following build error `error An unexpected error occurred: "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz: Request failed \"404 Not Found\""`.
The readme also shows unknown version across the board.
> But maybe masks an underlying bug? Those values shouldn't be null at this point. Question is: Should isHealthy() return false or throw an exception when these values are null?...
Heads up, OkHttp 5 is out of alpha and now at [version 5.1.0](https://github.com/square/okhttp/blob/master/CHANGELOG.md#version-510).