Wakeful Cloud

Results 3 issues of Wakeful Cloud

Fixes #182 **NOTE: I don't know if `http.StatusAccepted` is used by other endpoints in cases where the response needs to be retried.**

# Version * Go: `go version go1.17.5 windows/amd64` * `github.com/zmb3/spotify/v2`: `v2.0.1` # Issue When I invoke [`client.SetPlaylistImage`](https://github.com/zmb3/spotify/blob/v2.0.1/playlist.go#L542) **without** [`client.WithRetry`](https://github.com/zmb3/spotify/blob/v2.0.1/spotify.go#L56), everything works and the playlist image updates. When I invoke `client.SetPlaylistImage`...

# Problem The [Shiki version filter `^0.11.1`](https://github.com/leafac/rehype-shiki/blob/acb172e09d4304e2e88eb79470d48ec91f22892b/package.json#L39) does not match any Shiki version other than `0.11.1` (See [here](https://semver.npmjs.com) for more info), which contradicts > Shiki is declared as a peerDependency,...