Yann Esposito

Results 4 comments of Yann Esposito

Also, `(not (empty? x))` is not always equivalent to `(seq x)` (the same for `(when-not (empty? x) ...)` )

A solution is to use scrypt or bcrypt instead of directly AES. So you can provide complexity parameters that will make very hard for an attacker to brute force the...

Just a note that I experienced that issue while working on generating an XML for SAML with hiccup. For example: ```clojure (hiccup/html [samlp:AuthnRequest {xmlns:samlp "urn:oasis:names:tc:SAML:2.0:protocol" :ID identifier :Version "2.0" :IssueInstant...

Using VisualVM the metrics-riemann-reporter-thread-1 seems to be always parked. Here is the riemann specific thread dump ``` "metrics-riemann-reporter-thread-1" #31 daemon prio=5 os_prio=31 tid=0x00007fad6b2b6800 nid=0x7203 waiting on condition [0x000070000227c000] java.lang.Thread.State: WAITING...