Adam Wienconek

Results 19 issues of Adam Wienconek

Replaced old API methods and added support for SPM

I was using the `getArtists(ids: [String]...)` method with chunks of artist identifiers, each counting 50, as API states that's the limit and in some cases the app crashes. See attached...

When using Spartan method `getTrack(id: String...)` Track object is received but most of its properties are `nil`, when I checked the `uri` of the object it turns out that actually...

I want to access the 'spotifyDescription' of Playlist, however as I searched through the methods, the 'Playlist' class is not even used anywhere.

I noticed flickering in cells during scrolling. It wasn't happening while using default flow layout so I started debugging and found out that while using layout from this library, the...

I have implemented the layout in my app but in some cases the cells are disappearing, like in the picture below: ![IMG_1241](https://user-images.githubusercontent.com/25985996/72427367-e3336700-378b-11ea-84d6-dfd94059faeb.PNG) I noticed that only bigger cells disappear. It...

Since Swift 4.2 `Hashable` implementation should use the `hash(into hasher: inout Hasher)` method instead of `hashValue` property

This library works great when there is only a single section, but I was hoping that it would work with multiple sections, what I mean is the if there is...

When trying to fetch dominant colors from some images an exception is raised. ![Screen Shot 2022-04-21 at 09 57 23](https://user-images.githubusercontent.com/25985996/164407609-6732c5c8-d73e-4471-892e-aaf1f91909c7.png) File: `DominantColors.swift` line `159` This is the image that's causing...