Conor White-Sullivan

Results 20 comments of Conor White-Sullivan

Just posted a quick outline on the wiki of how I've been approaching integration. Thoughts, questions and criticism welcome https://github.com/mpdairy/posh/wiki/Re-frame-Integration

I'll add that I'd be thrilled if you -- or someone else, revisited this project, particularly with figwheel and om-next (maybe devcards too), I've been having a bunch of trouble...

I'm using Emacs on Mac OSX, my cofounder has comparable lag using Emacs on Linux. It's about 10-30 seconds between when I save my file and when I get the...

We've been on the 0.5.14 for a while, and it hasn't helped. Neither did setting recompile-dependants to false. Intermittent compilation using cljsbuild takes between 16.023 and 19.256 seconds On Sun,...

Yes, it takes much longer than 16 seconds for the initial build, each subsequent change takes 16 seconds or more, occasionally it'll be as high as 120 seconds. This is...

I'm seeing the same speed with both figwheel and cljsbuild so the problem doesn't seem to be with figwheel. Thanks for helping me narrow that down. I can not confirm...

Turns out the problem was with npm-deps, same as here https://dev.clojure.org/jira/browse/CLJS-2339

The example I wrote isn't general, but if you're interested in a general one I can re-write it. I wanted to check in before though so I could A) make...

This can be nicely wrapped in a util function ``` (defn wboundary [elem] (reagent/as-element [(fn [] [recalcitrant.core/error-boundary elem])])) (defn ops [] (assert false) [:div "hey"]) (defcard oopss (with-boundary [oops])) ```

similar error $ boot run Starting reload server on ws://localhost:60429 Writing boot_reload.cljs... Starting file watcher (CTRL-C to quit)... Adding :require adzerk.boot-reload to app.cljs.edn... Adding :require adzerk.boot-reload to cards.cljs.edn... Compiling {less}......