Daniel Compton
Daniel Compton
Can you point towards how you got Rum rendering on the server? That would be helpful for people wanting to work on this issue.
Thanks for the update, I did think you'd done the work, I didn't realise it was a supported feature :)
Here's an example of what this could look like in Chrome, Safari, and Firefox on macOS. ```javascript new Notification("Figwheel reloaded :dev", {body: "recompiled in 0.5s, reloaded 4 ns's", tag: "figwheel-reload",...
@mneise the way my PR is currently, it will add all of the source paths of all of the cljsbuild configs in a checkout project to the figwheel build. Looking...
> I'm curious: is there a perf cost to automatically watching checkouts? I'm pretty liberal with checkouts but i don't necessarily add them to :source-paths because it seems to slow...
Ok great, I'll take another look at it and address the issues you raised. Not sure when I'll get the chance though, might be in a few weeks time.
@deg I hope to take another look at this PR again soonish to get it over the line, but can't give a solid date. Happy for you (or anyone else)...
I've taken another crack at this and completely reworked it to be easier to test, understand, and modify. It's ready for another review. > This behavior should not happen if...
> OK, this looks good, I would like an explicit opt-in option. Great, I'll add this.
Will try and take a look at this again soon. I'd love to get it over the line, but I've been pretty busy and haven't quite had the brain space...