Chris Hapgood

Results 22 comments of Chris Hapgood

I wrestled with this same problem and finally figured out the syntax for triggering the configuration of a root logger. Malcolm: I recall the macro for configuring multiple loggers will...

Yes, IIRC, the set-loggers works as expected. It's the set-logger! that is broken. I opened an issue for it. -Chris

A common approach to resolving this issue is to allow both a "regular" env var and an env var that points to a file holding the contents of any sensitive...

PR #18 has been submitted to address this issue.

@sean-stockholm Any chance you can add a test?

Which version of Netty? This lib depends [AHC](https://github.com/AsyncHttpClient/async-http-client) which depends on [Netty](https://github.com/netty/netty). But the version of AHC in use here (1.9.40) is not up-to-date and references netty 3.106. Updating AHC...

Thanks for documenting this here. Do you have a proposal for fixing this Clojure lib, or are you just leaving a marker for other parties to understand the root cause...

None. But a PR would be welcome.

As a new liberator user, I too found the tutorial surprisingly verbose and inefficient on this subject. Having a means of expressing the acceptability of request content types with data...