Fork me on GitHub
#proton
<
2015-12-24
>
dvcrn11:12:02

@geksilla, @sglyon I just release 0.4.2 with all the latest changes simple_smile Great work guys!

dvcrn11:12:10

Really like the new features

dvcrn11:12:23

proton starts to feel really dang solid. Crazy that it went this far from a hacky prototype in just a couple of weeks.

michaelgold14:12:35

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.

geksilla14:12:39

Hey @michaelgold, proton wipe all configurations which not set via .proton file

geksilla14:12:23

You need to set this config in your .proton to :configuration vector

dvcrn14:12:51

yep, @geksilla is right. Hit spc _ d to open your .proton file. You need to add the path inside there

dvcrn14:12:09

[“python-yapf.yapfPath” “/usr/bin/foo”] something like that

michaelgold14:12:57

Sweet.. Thanks. I'll play around with it.

geksilla14:12:01

also if /usr/local/bin/ is available on your $PATH make sure that you run atom from terminal

michaelgold14:12:21

it is.. and I am simple_smile

geksilla14:12:23

there are few issues with electron regarding $PATH and other env variables

dvcrn14:12:43

yeah I noticed that too with the elixir stuff

dvcrn14:12:32

maybe we can integrate something like proton.path into proton which will automatically correct the wrong path

sglyon14:12:26

@dvcrn nice! I'm excited about the progress too. Good work

shahinism14:12:53

@dvcrn: Hi, I just wanted to thank you for your great job 😉

dvcrn14:12:16

@shahinism: glad to hear that you like it! though thank not just me. The other folks here helped a ton!

shahinism15:12:23

So thanks to you all 😀

geksilla15:12:06

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.

dvcrn16:12:07

@geksilla: huh? How do I access this?

dvcrn16:12:14

I mean, where did you commit this

geksilla16:12:16

i didn't made pr for this one

michaelgold16:12:50

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?

geksilla16:12:59

this will reload browser window (atom)

geksilla16:12:05

or disable and enable proton-mode package using Settings View

dvcrn18:12:00

should we put the which-key overlay on a delay?

dvcrn18:12:08

right now it’s fully synchronous

sglyon18:12:58

I like it without a delay (it is one of the few things in atom that happen immediately :) )

dvcrn20:12:29

played a bit around with dimming. How about dimming the editor when the which-key is open?

dvcrn20:12:52

alternatively I was thinking about changing the cursor to something else to make it more clear that the user is inside a chain