This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-02-01
Channels
- # aatree (1)
- # admin-announcements (11)
- # beginners (77)
- # boot (73)
- # braid-chat (29)
- # cbus (3)
- # clara (3)
- # cljs-dev (16)
- # cljsjs (2)
- # cljsrn (68)
- # clojure (149)
- # clojure-austin (1)
- # clojure-czech (2)
- # clojure-miami (8)
- # clojure-poland (28)
- # clojure-russia (165)
- # clojure-ukraine (1)
- # clojurebridge (3)
- # clojurescript (64)
- # community-development (1)
- # core-async (27)
- # core-matrix (2)
- # cursive (38)
- # data-science (2)
- # datavis (4)
- # datomic (3)
- # dirac (78)
- # emacs (10)
- # events (1)
- # funcool (6)
- # hoplon (25)
- # immutant (2)
- # jobs (3)
- # ldnclj (34)
- # luminus (4)
- # mount (23)
- # off-topic (26)
- # om (121)
- # onyx (320)
- # other-lisps (1)
- # proton (13)
- # re-frame (33)
- # yada (3)
Just started getting this error after fetching upstream from my fork
looks to be caused by these lines
src/cljs/proton/lib/helpers.cljs: (let [shell-path (node/require "shell-path")] src/cljs/proton/lib/helpers.cljs: (set! js/process.env.PATH (.sync shell-path)))))
@austincrft: that's the latest change from geksilla. You have to do apm install
in the plugin folder first
I think we should break out the nuclide stuff until we can re-integrate it correctly. It seems to make a lot more issues these days
anyone of you aware of ways to improve indenting?
For clojure, I haven't been able to find anything. Everything else seems to indent fine.
This may help
Ah, did find this: https://github.com/atom/atom/pull/10384