Tim Visher
Tim Visher
@DomKM I had never thought to check the meta! That's awesome. Sadly, it doesn't seem to work like I described above? ``` clojure user=> (-> (a/compile [1 (a/* [2 3])...
@DomKM Worth noting also that I'm on the latest release (`0.1.3`) not the latest snapshot or alpha. `automat.compiler.core` doesn't seem to exist in that version?
@ztellman Ah! Perfect. I can see, I think, that `fsm` contains functionality that would allow me to do this, and I hadn't noticed that the `:fsm` key is operable on...
I'm unstuck with this at least. I put this code into my project ``` clojure (defn connection-manager [] (BasicClientConnectionManager. (doto (SchemeRegistry.) (.register (Scheme. "http" 80 (PlainSocketFactory/getSocketFactory))) (.register (Scheme. "https" 443...
@dakrone ping :)
Thanks for the response. :) I'm not sure I follow what I would need to change related to that commit? Ah, is it the use of `SSLSocketFactory/STRICT_HOSTNAME_VERIFIER` vs. `BrowserCompatHostnameVerifier`? Could...
@dakrone Great catch! That's just the sort of feedback I was hoping for. I'm applying that fix internally. :)
@scusack did java 8 remove the support for the feature entirely or just disable it by default? If it just disables it by default my code snippet above should basically...
@scusack Indeed. I think we'd all like an easier way to do this but for now we've got our workaround. :)
@dakrone Awesome! Any chance for a changelog and such any time soon to help decide if we can take on the new version?