Sleepy Flower

Results 243 comments of Sleepy Flower

I haven't figured out how to detect what version of visual studio you have via python, so the script can download libcurl for you but can't compile it for you....

I don't know what you mean by the onMessage slot closes. I also don't understand what you are trying to do other then trying to move some processing to a...

Spotify music has DRM, and requires a broswer with the right plug ins or extensions to decode and play. Spotify only supports a small number of broswers and broswer versions....

just use youtube-dl

Chating here makes it easier for this conversation to be indexed by both GitHub and Google making it better for users to find in case they have the same issue.

Other than that I'm not sure what the issue is. I'm not sure where the line of code above is from.

are you using cmake to configure your build or did you manually configure your build?

Oh, I think I know what's the problem. Change this line https://github.com/yourWaifu/sleepy-discord/tree/ac62cfed4c3d2d1101f3c625cfe4a41a19a07a76/include/sleepy_discord/message.h#L97 to ```cpp std::string nonce = ""; ```

Hmm, that's interesting because it should just use a normal std string view according to the code. https://github.com/yourWaifu/sleepy-discord/blob/develop/include/sleepy_discord/nonstd/string_view.hpp#L91