Results 17 comments of Robert Levy

I'm also experiencing this problem, or similar: I have a nested table within a cell. The outer table has a colspan, and the colspan is not observed unless I remove...

I agree, support for multidimensional points would be really useful.

Yeah, why not merge these changes @wtetzner hmmm?? (Honestly either way is fine: your wrong way or my right way-- I kid!)

Did you try the clojure.core/cond-> arrow?

Interesting idea. Maybe I am missing some context, but in what situations do you think this would be useful? To me it seems like a pretty specific use rather than...

Cool, those are great reasons, I agree that this is a good idea. Let's add it. I also like the name '-@>>' because the @ char is also used for...

Update: file under "oh yeah, right, duh" but @ is not allowed by the Clojure reader to be in a symbol name. I think apply->> is a good name. It...

See code, tests, and README changes. I'd appreciate code review and possible added tests describing any edge cases, and relevant code changes / additions (pull request preferably) to flesh out...

I think I will switch over to clojure.test. Midje works for me, but other people have problems with it.