Ramsay

Results 89 comments of Ramsay

I am wondering that is there any plan to support web extension, It seems this awesome add-on could not work any more in Firefox 57. It will be painful for...

@maxh- Man, If you prefer keysnail to e10s, you could disable e10s by hand, and then keysnail would work as before.

I don't fully understand the description: > "auth_code" uses the wrong scope, "user-read-currently-playing" would be correct and works fine. The `auth_code` example is using exactly the `user-read-currently-playing` scope: https://github.com/ramsayleung/rspotify/blob/eb1260c24a74e8d3ce97cd3a6222da7b1d1989c3/examples/auth_code.rs#L36

I was unable to reproduce this problem: ```rust #[maybe_async::test(feature = "__sync", async(feature = "__async", tokio::test))] async fn test_playlist_with_no_image() { let playlist_id = PlaylistId::from_id("7G9P6fNlHvQ8lkObO5MJ7O").unwrap(); let playlist = creds_client() .await .playlist(playlist_id, None,...

Could you provide the code snippet you were using when you encountered this error?

Even though I change the test playlist id to yours, I'm still unable to reproduce this error, the `images` field is deserialized as an empty vector, rather than throwing an...

`#[serde(default)]` is not considered a breaking change, then, what's the point of this?

Closing this issue as the problem has been resolved in #480 .

The patch release `v.0.13.2` has been release #485 :-)

I can reproduce this problem with curl: ``` ·> curl --request GET \ --url 'https://api.spotify.com/v1/search?limit=10&q=love&type=show' \ --header 'Authorization: Bearer MyToken' { "shows" : { "href" : "https://api.spotify.com/v1/search?query=love&type=show&offset=0&limit=10", "items" : [...