Zachary LeFevre

Results 3 issues of Zachary LeFevre

logs show: ``` 22:29:50.969 [AsyncHttpClient-885-1] DEBUG org.asynchttpclient.netty.channel.ChannelManager - Adding key: https://api.github.com:443 for channel [id: 0xee990c27, L:/192.168.1.106:37390 - R:api.github.com/140.82.112.6:443] 22:29:50.988 [AsyncHttpClient-773-1] DEBUG io.netty.buffer.PoolThreadCache - Freed 27 thread-local buffer(s) from thread: AsyncHttpClient-773-1...

module:blaze-server
module:async-http-client

I'd like to read a string from the config into a Foo. I have a Yaml of the form ```yaml foo: thing: 42 ``` and a class of the form...

enhancement

URLs with `%` successfully download, but then throws an error for messaging without enough arguments. This fixes it by messaging the URL with no additional formatting.