Aaron Iba

Results 27 comments of Aaron Iba

+1 to moving these log lines behind a verbose flag

For those wondering exactly how to implement the workaround: ```clojure (ns foo.core (:require [org.httpkit.client :as http-client]) (:import java.net.URI [javax.net.ssl SNIHostName SSLEngine])) (defn ssl-configurer [^SSLEngine eng, ^URI uri] (let [host-name (SNIHostName....

Maybe in the short term, we can document the workaround and make it easy for people to find it. Currently, if you just use http-kit with a cloudflare server, you...

> The default may still be changed in future, but I'd vote that this is probably sufficient for now - and a reasonable tradeoff. If this is not the default,...

I've also had people in my company ask me why http-kit doesn't just work by default. I am strongly in favor of enabling this by default. I think even Java's...

Echoing @borkdude, I would imagine anyone still using clojure with Java 7 is not in the habit of bumping any of the version numbers of their dependencies. And if http-kit...

Yes, I actually agree with all of that. And I think [your comment](https://github.com/http-kit/http-kit/issues/393#issuecomment-832899775) correctly understands and identifies the three cases. And I agree it's a tradeoff that is hard to...

Yes, that would work great for my use case. If it's not too much trouble, it would also be handy to get a message or warning when running `watch` or...

I also am getting a lot of terminal output from these printlns (a testimant to how useful we find malli.experimental/defn!). I was going to take a stab at a PR...

This would be really useful. How do folks who use lein beanstalk customize their beanstalk config with this limitation? Is there some other mechanism besides .ebextensions?