Results 13 comments of Andrei R.

Same issue after migrating from firebase 1.3.5. com.google.firebase:perf-plugin:1.4.1 JaCoCo 0.8.8 JaCoCo shows 0% coverage in the gradle module with firebase perf.

Opened this topic in 2023, because there is still no throttleLatest in the standard kotlinx.coroutines lib (1.6.4). @thibseisel thank you for your concise implementation. @elizarov please consider to change your...

Any news? The retry function would be still helpful. Please note, there are places in the world where connection is intermittent. Also there is always Not 100% availability for CDN...

I suppose it can be fixed in the following ways: a) If uri has a `content://` scheme - then `FileUtil.getImageExtension()` should use another extension detection algorithm ``` val mime =...

FYI: I made my own library, it works there: https://github.com/Andrew0000/ImagePickerPlus

I see this behaviour in 2023. Any news here?

**repeatUntil** would be quite helpful and time saving for those who migrate from Rx.

> additionally followed the [guide](https://developer.android.com/training/app-links/deep-linking) on how to enable DEEP linking in your project? Yes, we use deep links. It works with other notifications. As I understand, the problem happens...

It's a little none of my business, but I'm looking at com.amplifyframework.pushnotifications.pinpoint.PushNotificationsUtils and see nothing related to any link. Where is a link supposed to be put into the Intent?...

Yes, this formatting make deeplinks work: ``` { "GCMMessage":{ "data":{ "Action": "DEEP_LINK", "pinpoint.deeplink": "my url here (deeplink)", "title": "A title", "message":"A message" } } } ``` Could you please confirm...