cms.validation=> ((vr/length-of :stuff :is 5) {:stuff [1 2 3 4 5]})
ClassCastException clojure.lang.PersistentVector cannot be cast to java.lang.CharSequence clojure.string/blank? (string.clj:291)
I see you're using count under the hood, so length-of should be adaptable? In any case, it would sure be great to have a vector length validation function in Validateur.