figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
2019-02-20T04:02:00.006800Z

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}}

2019-02-20T04:08:41.008700Z

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.

2019-02-20T04:12:57.009300Z

also server-side errors are causing 400s in my Sente XHRs, which isn't very ergonomic.

2019-02-20T04:13:43.009600Z

I mean, they have stack traces.