Aaron Craelius

Results 312 comments of Aaron Craelius

So, getting QML and Clojurescript running together isn't super easy - it was actually somewhat of a feat to figure it out and there are still some idiosyncracies. I described...

Hey Tom, I made a lein template that should hopefully work. If you execute `lein new qml-cljs test-qml-cljs --snapshot` this should generate an example project which has a README.md with...

I would consider it. Doesn't seem too complex. When I get around to making updates to freactive.dom I'll look at these two issues. On Fri, Jun 26, 2015 at 1:06...

So, in terms of debugging and benchmarking, what I usually do is put `println`'s where I need them and wrap portions that need to be benchmarked with the `time` macro....

I'd suggest we take the space here to describe approaches we're thinking of even if they're not fully implemented. One idea I have is a `bind-keys` macro with the form...

Hi Ruslan, So, what I am suggesting with bind-keys would be efficient - it would only do one binding per key. So there is no need to do a complex...

So I think either approach would work. The cursor approach would also give you something "atom-like". Observable collections would have special collection cursors which might be closer to your first...

Okay, here's a gist I posted of my ideas for observable collections (another one coming on the actual items-view soon): https://gist.github.com/aaronc/0654151190b9145dd473

Just posted this gist about the actual `items-view` for discussion: https://gist.github.com/aaronc/5d497aa61e27ce924178

Arghh... PLEASE Ignore my previous comments about discussing this in the gist - gist does not support comment notifications - PLEASE discuss here instead.