David Andersen

Results 2 issues of David Andersen

I think there is something preventing CurlAsyncHTTPClient from accepting defaults. `AsyncHTTPClient.configure("tornado.curl_httpclient.CurlAsyncHTTPClient", defaults=defaults)` didn't work from config.yaml. I had to do this hack: ``` extraConfig: | import pycurl from tornado.httpclient import...

Been using this builder based on your library for a few years and thought I'd share it. ``` import static org.hamcrest.Matchers.equalTo; import static org.hobsoft.hamcrest.compose.ComposeMatchers.hasFeature; import java.util.ArrayList; import java.util.List; import java.util.function.Function;...