This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-12-24
Channels
proton starts to feel really dang solid. Crazy that it went this far from a hacky prototype in just a couple of weeks.
Hey @dvcrn. I just set up Proton. Nice stuff. I'm running into a problem with the Python layer and I'm not sure if I'm doing something wrong or there is an issue. I'm seeing a warning that YAPF is not found. (YAPF is installed on my machine to /usr/local/bin/yapf). If I add this path to the python-yapf package settings it gets wiped out after I restart Atom.
Hey @michaelgold, proton wipe all configurations which not set via .proton
file
yep, @geksilla is right. Hit spc _ d
to open your .proton file. You need to add the path inside there
Sweet.. Thanks. I'll play around with it.
also if /usr/local/bin/
is available on your $PATH make sure that you run atom
from terminal
it is.. and I am
https://github.com/atom-community/linter/issues/150#issuecomment-77915244 has some workarounds
maybe we can integrate something like proton.path
into proton which will automatically correct the wrong path
@shahinism: glad to hear that you like it! though thank not just me. The other folks here helped a ton!
wrote helper function that helps to write documentation regarding packages configuration defined for layer for example:
(doc_h/layer-packages-configs-doc-table :tools/git)
Will output to browser console
https://gist.github.com/geksilla/2094481ddb7af86fa865
Copy paste content to .md
file then hit , f t
and get formated table.I've been hacking away at my .proton file. This is really cool. Is there a way to reload the changes without quiting Atom and restarting?
@geksilla: gracias!
I like it without a delay (it is one of the few things in atom that happen immediately :) )