Sheldon Kreger

Results 8 comments of Sheldon Kreger

I am trying to access the body of the response after following a redirect, something like this: ``` case HTTPoison.get(url, [], [follow_redirect: true, max_redirect: 5]) do {:ok, %HTTPoison.Response{status_code: 302, body:...

Here are the versions of the dependencies in my project: certifi: v0.1.1 floki: v0.6.1 hackney: v1.4.4 httpoison: v0.8.0 idna: v1.0.2 mimerl: v1.0.0 mochiweb: v2.12.2 ssl_verify_hostname: v1.0.5 Anyway, I was performing...

I wasn't able to hit the 302 as I did last night, even after setting the redirect limit to 1. I will keep trying but for now I think I...

I'm also running into this with Quasar 0.7.9 and Sprint Boot 1.5.3.RELEASE. So far unable to get the uber jar to work using Maven shade plugin. However, I can run...

Because this project is written in Java, you'll need to write a custom application and package it as a WAR or JAR, which the host system will use to execute...

In addition to what is outlined in previous comment, I also had to re-run `python setup.py install`

Running into the same issue with Node 4.2.2 as well.

We discovered that we had a `Plug` which was causing issues with the `body` element in `conn`. We are going to see if there is another way to bring the...