Tianxiang Xiong
Tianxiang Xiong
To ignore files, you can use the [`.projectile` file](http://projectile.readthedocs.io/en/latest/usage/#ignoring-files) at the project root. I'll look into a more complete solution, but there's no ETA.
Does this still happen if you `projectile-invalidate-cache`?
Came across this issue when trying to do some of Andrew Ng's [Deep Learning course](coursera.org/learn/deep-neural-network/) problems in Clojure. The linear part of a forward propagation is, by the course's convention,...
Through experimentation I've confirmed that the problem goes all the way down to `(cljs.analyzer/macroexpand-1 (cljs/grab-cljs-env msg) (reader/read-string code))` not properly macroexpanding the form. I suspect this has to do with...
Well, [passing `(cljs/grab-cljs-env msg)` to `cljs.analyzer/macroexpand-1`](https://github.com/clojure-emacs/cider-nrepl/blob/b0649ac8bcf1faa686ce9954ed4879622fdf58c3/src/cider/nrepl/middleware/macroexpand.clj#L132) is definitely not the right thing to do. The `env` needed by `cljs.analyzer/macroexpand-1` is not the compiler env.
@Malabarba Any :game_die: you can take a look at this?
Is there a way to tell whether the exception is an `ExceptionInfo` object? If so, we know that it's a [message followed by a map](https://clojuredocs.org/clojure.core/ex-info). Clojure itself tends to be...
☝️This gives me something w/ an expander in the console: 
Yeah, anything to help the horizontal scrolling would be good. And maybe an "expand all"?
From what I've seen, it's a matter of taste.