Greg Look

Results 61 comments of Greg Look

http://stackoverflow.com/questions/18772283/how-to-use-bouncycastle-pgpcontentsigner-to-clear-sign-a-byte-array

Cool, I'll see if I can integrate something along these lines!

Definitely something I want to add. See #7, which is the other side of this coin.

Could you describe how you'd use that to parallelize the projects in CircleCI? At a guess, you want to run the logically-independent projects in separate containers, but it seems like...

The purpose of that test is to make sure that Dialog doesn't ship with a significant performance penalty that is caused by a development-time affordance. In the normal case in...

Not yet, but certainly open to adding that capability to the file output writer.

> does dialog offer any helpers to implement a lifecycle for this or do we need to roll our own ? Ah, an interesting question - given the original goal...

I was thinking of something along the lines of: ```clojure (defprotocol Writer (write-event [writer event message] "Write an event with a formatted message to the output.") (close [writer] "Shut down...

Depends on how you're consuming Timbre - dialog provides the same set of `trace`/`debug`/`info`/`warn`/`error`/`fatal` "print" loggers as well as the corresponding `infof` etc "format" loggers. This also matches the API...

Functionality implemented natively in #31