Maximilian Clarke

Results 6 issues of Maximilian Clarke

Hi, I'm using HTTPoison to fetch html data from arbitrary URLs. But if a URL points to a stream, HTTPoison never completes the standard `HTTPoison.get`, and there's no completion timeout...

Please see screenshot. When a test fails, the console reports the correct results (failure), but Xcode (6.3.2) shows green ticks. At first I thought this was because the code being...

Hi, I'm not sure if this fits with your goals for the project, but it's something I found useful for my needs.

It seems `location/1` returns the request host with the redirected path, rather than the full redirected URL. I'm an Elixir guy, so this is in `iex`: ``` iex(1)> :hackney.get("http://bit.ly/2uLLCAk",[],,[{:pool, :example_pool},{:connect_timeout,...

First up I've been having great success with your module designer, so thank you! Now, it would be nice to be able to define these module events inside the module...

Hi, I'm trying to get this working for the first time on one of my swift projects, but it crashes when executed. Here's the output: ``` > .build/debug/SwiftDiagramGenerator "~/Development/iOS/MyProject/Classes" Fatal...