Cameron Currie
Cameron Currie
Created #18 for individual object/item classes.
:+1: LGTM
FWIW I haven't tried using hackney directly for this; haven't been able to find the time. If it helps, here's the lib I wrote to consume server-sent events: https://github.com/cwc/eventsource_ex
Dunno about anyone else, but I started getting errors in my logs due to pulling down magnet links. I've since stripped the TPB provider from my [fork](http://github.com/cwc/Sick-Beard). I haven't looked...
I'm able to build and run the example, but I get a similar panic to @scorredoira's when I run my own app. This is on 64-bit Ubuntu 12.04, same version...
Okay, it looks like the problem is related to importing `os/signal`. Even if I comment out my signal-handling code and replace it with a simple `log.Println(signal.Notify)`, I still get a...
Thought I'd update to say that with Go 1.1.1, I don't have any problems importing `os/signal` and using it with go-v8.
:+1: Fixed the build for me as well.
The main bug behind this request (moon phase) has been fixed in master. Between that and the request's size, it's probably safe to close this.
Haven't seen this one in awhile.