ozjongwon

Results 5 issues of ozjongwon

Thanks for sharing great templates! I could get a good amount of knowledge of AWS architecture through these. Thanks! -- J ## Request - [ ] Bug - [ ]...

###### Middleware stack: ``` (-> app-route (friend/authenticate {:allow-anon? true :default-landing-uri "/console" :login-uri "/login" :workflows [(workflows/interactive-form :login-uri "/email-login" :credential-fn email->user) (oauth2/workflow {:client-config fb-client-config :uri-config fb-uri-config :access-token-parsefn get-access-token-from-params :login-uri "/fb-login" :credential-fn fb-token->user})]})...

bug

I'd like to use '_' for DB table column names, but '-' in Clojure world. Or more generally, I want to provide a function like my-converter which might map db...

enhancement

I found out that the Counter class is a package private class and the Transaction class has some public methods of Counter type arg. Was this a mistake or intentional?

``` (def +conn-pool+ (http/connection-pool {:connection-options {;;:http-versions [:http2 :http1] :proxy-options {:host "127.0.0.1" :port 9050 :protocol :socks5 :connection-timeout (* 5 1000)}} ;;:total-connections 1024 })) @(http/get "https://check.torproject.org" {:pool +conn-pool+}) => 1. Unhandled io.netty.handler.proxy.ProxyConnectException...