Maximilian Clarke
Maximilian Clarke
Sure, you can execute the following: ``` HTTPoison.get("http://193.34.51.165/917xfm_128", [], [timeout: 2500, recv_timeout: 7000]) ``` Replace the url with any http streaming url, and the result will be the same.
Just a follow up on this old issue @edgurgel, I had a chance to attempt this with `stream_to` so I could try doing `:hackney.close(ref)` to abort the fetch if I...
I use Huginn to monitor various online music retailers (Beatport, iTunes) and Soundcloud for new releases by artists I'm into. I'm a DJ so it's important for me to stay...
@alias1 I started on openshift but had issues with memory and processes getting killed. Though this might be an issue of the past with @dsander's latest PR. Ended up moving...
@alias1 I followed the capistrano deployment guide, but ended up having to change things a little to get it to deploy. It was an interesting exercise, I've never deployed Rails...
@alias1 Yep. I chose CentOS cause that's what we use at work for web hosting, and the Digital Ocean guide was fairly straight forward
The crashing code is simply `[NSException raise:@"Forced Crash" format:@"Requested crash from -[CrashingObject crash]"]` I will have a crack at a PR if I have some spare time but I'm afraid...