Fork me on GitHub
#figwheel
<
2017-11-13
>
sandbags19:11:18

Anyone seen the Figwheel loader throwing "Maximum call stack size exceeded" a la https://gist.github.com/mmower/bded62d51d43b22f3f6648acf96d2f04 ? Not quite sure when I started seeing these or what might have changed to cause them.

sandbags20:11:31

Okay may have been down to a circular dependency. That's been there a while so I'm not sure why it's error was reported intermittently, or why the loader didn't fail every time... but it's not a perfect world 🙂

ajs22:11:07

i typically launch a cider repl and then type (use 'figwheel-sidecar.repl-api) to get going with figwheel from within emacs. is there a way to have my project automatically do this when i start the repl?