Allan

Results 15 comments of Allan

Hey @ArlindDushi, the workaround I discovered to clear the queue was to: 1. Pause 2. Skip through all of the remaining tracks in the queue 3. Resume playback The gap...

Hi @ArlindDushi, good question - while it is not possible tell what's currently in queue using the SDK, once there are no more tracks to skip, the API will respond...

Thanks for the heads up and for reporting the issue, @PhilipTrauner. Also, thanks for highlighting it to the Spotify team. I have also found the delete songs in queue feature...

+1 on this when I try to enqueue tracks for playback

Thanks for sharing, @fukemy. To the maintainers, is this on the roadmap? Looks like most chat clients now support message reactions. Would be great to standardize this in MessageKit.

@fukemy this is a very smart implementation of the reply function! In the code, you check to see if the cell is quotable with the following code: ``` guard let...

Thanks for the quick reply @fukemy I am integrating the code into my own MessageKit app, and am trying to get it to compile. Do you mind pasting the code...

This is very helpful. Thanks for the guidance @fukemy

This is great. I am also working on doing emoji reaction in the style as WhatsApp, so being able to override the default gesture to add these is perfect. Do...

> For the record, this is what we've setup in our `Podfile` to avoid the issue for the time being, confirming that removing the `Info.plist` does, in fact, solve the...