Ramsay
Ramsay
Yep, I am going to implement this endpoint, right after adding the documentation of this endpoint. If there is no documentation for it, I have no idea about this endpoint's...
Hi Henrik, thanks for your report, would you like to post your code to reproduce this problem? > 1. Create a new playlist > 2. Add music track to playlist...
Oooh, I can reproduce this problem. > items that should have been a podcast episode but was typed as a track instead But I think Spotify explicitly treats the podcast...
I think it's the inconsistency introduced by Spotify Web API should not be handled by `RSpotify` unless Spotify explicitly points out the rule that we should deduce the type of...
It would be great to make this crate to compile to `wasm`, even though I had never tried to compile this project to `wasm` before either, and I also have...
I do appreciate it if you are willing to work on this feature, because I don't have enough time to polish this library.And I have send invitation to add you...
This PR is a little complex, I need a little time to understand the context and solution :-)
Sure, just enjoy your summer vacation :)
> Should I split that off in a separate PR or is that minor enough to stay in this one? I think the modification is minor so that you could...
Hi Nick, this idea sounds great! `Rspotify` just supports automatically **fetch** the paginated requests, but it doesn't support automatically **feed** the paginated requests. It will be great if you could...