hdcos

Results 3 issues of hdcos

Hello when I install your package and run ``` iex -S mix ``` I get the following error message from iex: ``` ** (Mix) Could not start application xmerl: could...

Hi I had the following line of code: ``` Porcelain.exec("wkhtmltopdf", ["-", "-"], [in: "some html", out: :string]) ``` but after this line the pgm blocked waiting forever for an answer....

When i launch the example request or this one : http://www.webservicex.net/New/Home/ServiceDetail/42 I get this answer from the service : {:ok, :undefined, :indefined} Am I missing something? here is my code:...