so I'm struggling with my full-stack reloading setup. I'm using lein-figwheel and ring reload, using {:figwheel {:ring-handler my.ring/handler}}
that handler is using wrap-reload
. am I overdoing it, underdoing it, doing it wrong? it seems to work most of the time, but it occasionally seems to get wedged and not be able to find files. the error messages are terrible, "syntax error" with no information, that kind of thing.
also server-side errors are causing 400s in my Sente XHRs, which isn't very ergonomic.
I mean, they have stack traces.