Aaron Brooks

Results 8 comments of Aaron Brooks

I think there's fairly good precedent for using vectors instead of lists for NS directive arguments. This is a tools problem and the formatting behavior should be fixed in clojure-mode...

There's also an 2012-11-05 release: http://aws.amazon.com/releasenotes/Amazon-SQS/3856735504054176 I'll see if I can get a patch together over Thanksgiving break.

This was an issue for me as well. I'd have appreciated the above documentation that @fgiasson provided in the `html.clj` documentation.

I was looking to add clojure.spec to clara-rules both to displace the need for Prismatic schema (which breaks some self-hosting ClojureScript environments like Lumo) and for the added benefits of...

On Linux, inotify (a kernel feature with libraries in most languages, here's [one for rust](https://docs.rs/inotify/latest/inotify/)) will avoid polling and will efficiently generate events even for large directory trees.

I have a use case where we very much want transaction ids and the ability to annotate transaction entities with metadata about the provenance of a transaction. This will allow...

I'd love to file a PR but there's no public documentation of how to call the Duo API in a way supporting U2F. https://duo.com/docs/authapi Publish that and I'll do it...

How dow you feel about a dependency on awk? Perl?