proton

https://github.com/dvcrn/proton
dvcrn 2016-02-01T01:35:41.000409Z

seems like i have problems with nuclide file watcher as well

dvcrn 2016-02-01T01:35:51.000410Z

might be related to the latest nuclide change after all

2016-02-01T02:49:41.000412Z

Just started getting this error after fetching upstream from my fork

2016-02-01T02:51:01.000413Z

looks to be caused by these lines

2016-02-01T02:51:02.000414Z

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

dvcrn 2016-02-01T04:48:44.000415Z

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

dvcrn 2016-02-01T04:48:50.000416Z

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

dvcrn 2016-02-01T07:57:30.000417Z

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

👍 2
martinklepsch 2016-02-01T12:12:59.000418Z

anyone of you aware of ways to improve indenting? :simple_smile:

2016-02-01T13:16:01.000419Z

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

2016-02-01T13:16:12.000420Z

https://atom.io/packages/atom-beautify

2016-02-01T13:16:33.000422Z

This may help

2016-02-01T13:26:07.000423Z

Ah, did find this: https://github.com/atom/atom/pull/10384