Ryan Fowler

Results 13 issues of Ryan Fowler

It's possible I'm just modeling my data incorrectly, but getting a range of rows with `HFactory.createRangeSlicesQuery` seems quite useful in Hector. Is there a reason it's not supported in clj-hector?

I know this is a super-young project, but your readme and clojars release are out of sync because of the namespace change. It'd probably be good to do another release.

An expression like this was creating invalid xml. ``` clojure (is (= 0 (println ""))) ``` I can see why you'd want stdout to go into the test result output...