Fork me on GitHub
#proton
<
2016-02-01
>
dvcrn01:02:41

seems like i have problems with nuclide file watcher as well

dvcrn01:02:51

might be related to the latest nuclide change after all

austincrft02:02:41

Just started getting this error after fetching upstream from my fork

austincrft02:02:01

looks to be caused by these lines

austincrft02:02:02

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)))))

dvcrn04:02:44

@austincrft: that's the latest change from geksilla. You have to do apm install in the plugin folder first

dvcrn04:02:50

@geksilla: see 😛 I told you it's confusing

dvcrn07:02:30

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

martinklepsch12:02:59

anyone of you aware of ways to improve indenting? simple_smile

austincrft13:02:01

For clojure, I haven't been able to find anything. Everything else seems to indent fine.

austincrft13:02:33

This may help