Tsai, Xing Wei

Results 4 issues of Tsai, Xing Wei

Clojure ratios are being converted to floating points when sent to and consumed from a JMS queue. See this simple test code where the ratio `24/7` is converted to `3.428571428571429`...

The `application/msgpack` format does not support packing and unpacking Clojure `#inst` or `java.util.Date` instances. Test: ```clojure (->> #inst"2008-05-10T00:00:00.000-00:00" (m/encode m "application/msgpack") (m/decode m "application/msgpack")) ``` produces an Exception: ``` Syntax...

Hi, Firstly, thanks for creating the Buddy security libraries for Clojure. I am going through the code examples in your documentation, but did not see any specific examples for using...

timbre was working fine with my ring application until I tried to implement ring async handlers that took 3 arguments instead of one. The stack trace error shown is the...