Francesco Pace
Francesco Pace
I'm trying to develop a method called -(void) autoJoin:(NSArray*) rooms where into rooms array there are a list of active rooms related to the user. If I execute a lot...
I'm working with NavigationIcon (?homeAsUpIndicator), can I set the left margin to avatar to avoid overlapping of the image above the indicator? I've added: ``` child.setY(mStartYPosition - distanceYToSubtract); if(mStartXPosition -...
Maybe I'm too newbie with Vscode, but I don't understand at all how can I debug this nodejs app in a total way. If I would to start the docker...
I've a OP6, and I'm trying the example code on github. When the app is in foreground, the callback works fine. When the app is in background, the aspected behaviour...
Hi, I'm using Google Maps utils library to add a KML Layer to map. All works fine (both annotations and kml layers) but when I click on marker to open...
Using Let with an android library, there is this error: > Transforms with scopes '[EXTERNAL_LIBRARIES]' cannot be applied to library projects.
I'm with recyclerview-v7:26.1.0. ``` java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/animation/AnimatorCompatHelper; at com.yalantis.filter.animator.FiltersListItemAnimator.resetAnimation(FiltersListItemAnimator.kt:427) at com.yalantis.filter.animator.FiltersListItemAnimator.animateRemove(FiltersListItemAnimator.kt:136) at android.support.v7.widget.SimpleItemAnimator.animateDisappearance(SimpleItemAnimator.java:109) at android.support.v7.widget.RecyclerView.animateDisappearance(RecyclerView.java:3931) at android.support.v7.widget.RecyclerView$4.processDisappeared(RecyclerView.java:523) at android.support.v7.widget.ViewInfoStore.process(ViewInfoStore.java:242) at android.support.v7.widget.RecyclerView.dispatchLayoutStep3(RecyclerView.java:3763) at android.support.v7.widget.RecyclerView.dispatchLayout(RecyclerView.java:3421) at android.support.v7.widget.RecyclerView.onLayout(RecyclerView.java:3962) at android.view.View.layout(View.java:19586) at...
## Status * **Reproduced by OneSignal:** No * **Workaround: Yes, see https://github.com/OneSignal/OneSignal-Gradle-Plugin/issues/91#issuecomment-495409126** _Status section + Issue header added by @jkasten2_ ## Issue It's simple. I've imported: `implementation ('com.onesignal:OneSignal:3.10.5')` and `apply...
### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-android/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-android/discussions). ### Language and Async Model Java ### Amplify Categories Authentication ### Gradle script...
Hi, I have a lot of records entered into the database, where each of them has key with ISO8601 string. I have to query before a certain date and between...