lein-figwheel

2016-09-24T03:25:49.000025Z

Is the heads-up error display supposed to disappear on it’s own? I seem to remember it used to stay in the displayed position.

2016-09-24T03:26:06.000026Z

It pops up and then disappears right after.

nathansmutz 2016-09-24T21:31:44.000028Z

Starting figwheel "lein figwheel" puts a randomly-named file in the root of my project. The contents seem to be using figwheel-sidecar and setting up my REPL. Someone thought these were winding up in my project root because some config file isn't telling Figwheel where to put it. Any ideas on the what and where of that setting?

nathansmutz 2016-09-24T21:40:51.000029Z

Hmm.. this convo suggests is some invocation of "lein cljsbuild auto" that's the culprit. https://github.com/bhauman/lein-figwheel/issues/37

nathansmutz 2016-09-24T22:10:00.000031Z

In the github issue for cljsbuild it's blamed on LEIN_FAST_TRAMPOLINE being set. The only thing I have in my lein profiles is cider. I wonder if that's setting environment variables. Ihttps://github.com/emezeske/lein-cljsbuild/issues/394

nathansmutz 2016-09-24T22:26:56.000033Z

(in Linux command line) "unset LEIN_FAST_TRAMPOLINE" did the trick.

nathansmutz 2016-09-24T22:41:03.000034Z

That's kind of in the chicken-waving department. I wish I knew what's going on.