Results 15 comments of Kamil Leszczuk

Any progress on that? It seems this package is broken with React 0.15.x because `React.unmountComponentAtNode` has been moved to `ReactDOM`.

It would also be useful if aggregation functions supported paths, e.g. ```clojure {:window/id ::test :window/task ::test :window/type :global :window/aggregation [::average [:path :to :a :nested :value]]} ```

The first one - `:cmd/route-bidirectional` seems easy, and orthogonal to the other one. The second one is more interesting, and more useful too. I was thinking we could wrap handler...

Hm, that's true, and that would be going back one step almost to using `cmp-state` directly. However, the notion of using `{:new-state ... :emit-msg ....}` might get some refactor anyway....

I'd love that. I use CSS selectors whenever possible, but sometimes XPath is necessary. One example of a selector that is hugely useful in XPath, but not possible in CSS,...

@brian-mann To follow a real example, I'm working on a web application that has several large tables (for reporting purposes), that can easily have 20-30 columns. In some test cases,...

You mean write a custom command that'll accept an XPath selector and yield a DOM element? Sure, we can do that. And I'm pretty sure I eventually will, as we...

I'm surprised this didn't get more votes yet. I'd love to be able to group several commands into one, nicely labelled, group that is collapsed by default, and autoxpands on...

I need to get jUnit compatible output from a tests run with Doo/Karma as well. Could you explain what do you mean by "We can add/integrate a cljs.test JUnit reporter...

@danielcompton Thanks for the reply! What do you mean "directly" - without Doo?