Fork me on GitHub
#emacs
<
2016-10-10
>
tianshu07:10:19

It seems that cljr add project dependency not work well with figwheel and I've same this problem in a video on youtube.

benedek08:10:25

@doglooksgood: can u file a github issue pls with the details

tianshu08:10:13

not sure if this is a bug.

ag23:10:33

how do you folks do the vertical aligning? for example dependencies? I know recommended style guide goes against aligning dependencies but if you still would like to do that. How do you align something like this:

[com.cognitect/transit-clj   "0.8.288"        :scope "test"]
                 [com.cemerick/piggieback     "0.2.1"          :scope "test"]
                 [adzerk/boot-cljs            "1.7.228-1"      :scope "test"]
so every column is nicely aligned?

ag23:10:04

I mean I expected Slack to totally ruin it, but in this case it surprised me with doing it right. Now, say I need to add some longer dependency, maybe something like this: [org.martinklepsch/boot-garden “1.3.2-0”], now that would require redoing everything. right?