protorepl

2017-07-31T17:14:59.364718Z

Any idea how to fix the following error? I get this every time I start my real. Refresh Warning: IllegalArgumentException No such namespace: clojure.tools.namespace.repl clojure.lang.Var.find (Var.java:141)

2017-07-31T17:16:16.407176Z

I just answered my own question. https://github.com/jasongilman/proto-repl/issues/111

seancorfield 2017-07-31T19:25:52.872702Z

Or you can turn off the auto-refresh options in ProtoREPL -- if you're not following the Component/Reloaded workflow for your code, you may find those auto-refresh options more trouble than they're worth.

mattly 2017-07-31T22:33:17.189251Z

I’m giving Atom another shot recently, and proto-repl adds about 12 seconds onto my window-load times, even for project editors that don’t involve clojure. Are there settings I can tweak that will help get that down to something reasonable?