Results 293 comments of Bruce Hauman

This is probably because you are using the latest clojurescript. Are you familiar with cljs-test-display? https://github.com/bhauman/cljs-test-display You should be using it for tests instead of devcards.

This is interesting. I'm going to look at this some more. However right off the bat all devcard code needs to work in advanced compilation. This is a Devcards requirement...

So, I've been looking at this and I have found some errors. Please refer to the `devdemos.testing` ns. See how it functions before your commits and then after. The timeout...

this is pretty rad, have you tried it in different browsers?

thanks for checking into it, working on chrome and firefox is probably good enough On Wed, Jun 6, 2018 at 1:49 PM, Christian Johansen wrote: > Since you ask, I...

I'm still planning on merging this, I just need to kick the tires a bit.

Try `:watch-atom true` this causes om to re-render on reload.

I really like this idea though. I haven't worked extensively with the cards and om. Om is conservative with it's rendering, only rendering when data changes. There are other tricks...