Ferran Maylinch

Results 11 comments of Ferran Maylinch

Hi Daryl, I'm using RxJava (RxAndroid actually) as you suggested. Thank you!​

Edit: I was experiencing the same problem. POST calls were failing in iOS, using `fetch`, `axios` or `http`. For some reason they work now. 🤷‍♂️ I'll leave the example calls...

We usually want to update all matching docs (in fact it's very rare that we don't). But I understand; a third arg for multi is a good idea, especially as...

Hi, could you execute code for adding songs to a playlist? I'm trying it but it doesn't work for me... **EDIT**: oops! now I found the problem! The `session.request()` method...

Thank you @Husky22 ! By the way, I implemented that method to add tracks to a playlist. I also fixed the `Favorites.playlists()` because it doesn't work. Maybe they removed that...

Yep, neither tag 1.2.2 was created on github nor this version was uploaded to cocoapods. You can use this podfile dependency to get the last version (last commit so far):...

Hi @CaliosD. I got a related problem, but in my case I think the size of the cell was 320 x 44 by default, which wasn't enough to contain my...

As a workaround, I copied the [index.js](https://github.com/ihor/react-native-scalable-image/blob/master/index.js) and [index.d.ts](https://github.com/ihor/react-native-scalable-image/blob/master/index.d.ts) files to my project into `components/scalable-image/`. Then imported it with: ```js import Image from '../components/scalable-image'; ```

Hi, I have a similar problem. I'm still looking for the solution. https://stackoverflow.com/questions/47013535/getting-duplicate-entry-meta-inf-license-with-android-studio-3-0