Daniel Compton

Results 359 comments of Daniel Compton
trafficstars

I was using `yada.context/url-for` to create a URL for a link. They are internal links, so I could just as easily have used `path-for`. I'm using `:*` as the host...

There is a Criterium port for ClojureScript floating around somewhere, can't remember where I saw it though.

Can you give a bit more detail on your environment (editor, OS, Figwheel version, Lein version, Java version, etc) and how you measured the time difference between changes and Figwheel...

Latest version of Figwheel too? There were some improvements to topological sorting a few releases ago.

> This is on cljsbuild auto with optimizations none Are you seeing this with cljsbuild as well as Figwheel?

Another idea I had would be to somehow serve `:optimisations :white-space` for initial page load (or just concatenate the files manually), but for all incremental reloads, serve only the updated...

I can fully understand the desire for something like this, but I don't know if I'd like to see it as part of Reagent, at least not initially. Reagent was...

@skrat I'm not sure if what I was trying to communicate in my last comment came through very well, so I'll try again. ## Introduction In principle, I'm not opposed...

https://github.com/hilverd/lein-ns-dep-graph/ might be helpful for some inspiration.

@runningskull @alexandergunnarson is this still an issue for you? If not, this issue can probably be closed?