Simon Teixidor

Results 26 comments of Simon Teixidor

Which compiler version was this? Try nightly/latest stable. On 01 May 2017 10:05, "Sandro Di Marco" wrote: > I tried to compile with the following command > sudo cargo build...

Hi! I haven't maintained this for a while, as Spotify released an official API for the same use case. I thought I had updated the README to mention it but...

I'm a bit surprised that there's no output. Try running it with `RUST_LOG=debug` in your environment. It should be printing a lot more, and hopefully print something useful before dying.

I wanted `spotifyd-http` to not depend on alsa/pulseaudio/portaudio. Why does running two processes make things more difficult for you?

I think that for testing, it makes sense to separate the request logic from the logic that processes responses. That is, to have a function `make_request() -> Result`, and then...

Hi! Sorry for letting this PR sit for so long, I've been busy with other things lately. It looks like you have pretty much incorporated these changes in https://github.com/Polochon-street/blissify-rs/pull/59, right?...