Dino Fancellu

Results 55 comments of Dino Fancellu

Seems that this currently expects AWS SDK v 1, not v2 https://docs.aws.amazon.com/sdk-for-java/v2/developer-guide/ Would be nice if it could use v2

Me too. It looks nice but there's no way anyone can use it unless it gets brought up to 2.10 I see 31 forks! Any worth using for 2.10? Any...

http://www.openweathermap.org/appid#get Its pretty easy to get a key. I had to do exactly the same. https://github.com/fancellu/scalajs-ractive/commit/4847919a3de5c0944649350650d41c4307f06504

BTW, this is an example of it working just fine with HttpURLConnection ```package playpen.sttp; import java.io.BufferedInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import java.net.Proxy; import java.net.URL; import java.net.*; public class...

Charles? It very much does work for me: ``` Welcome to hetzner-hel1-03! Welcome to hetzner-hel1-03! This is hetzner-hel1-03, a system run by and for the Tor Project. She does stuff....

My work around is to use okhttp https://gist.github.com/fancellu/df6dde59249edf8401b28bbc44a78cbc

Scala native is now meant to work on Windows https://github.com/scala-native/scala-native/pull/2370

Here's a repo of mine, doing some socks proxy work, with sttp, various backends, even old HttpUrlConnection https://github.com/fancellu/play-sttp-examples

Sorry, I am up to my eyeballs, currently its not a big issue for me as I can use other solutions (as above) Just found it odd/unexpected that play-ws didn't...

There may well be another issue with ahc itself, that you might want to be aware of: https://github.com/AsyncHttpClient/async-http-client/issues/1682