proton

https://github.com/dvcrn/proton
2016-02-18T00:00:26.000260Z

When compiling or trying to run proto-repl

dvcrn 2016-02-18T01:39:14.000261Z

@jessejanderson: are you around?

2016-02-18T01:42:12.000262Z

Just left the comp for dinner. Assuming you saw the error I just posted. I'll be back at my machine in an hour or so.

dvcrn 2016-02-18T01:42:19.000263Z

ok!

dvcrn 2016-02-18T01:42:27.000264Z

enjoy your dinner!

2016-02-18T04:21:11.000265Z

ahh

2016-02-18T04:21:23.000266Z

found my issue - I tried to make a keybinding that it didn’t like.

2016-02-18T04:21:29.000267Z

:/ {:action "fuzzy-grep:toggle”}

2016-02-18T04:47:27.000269Z

Hello, new user here. How do I rebind 'ESC' to 'jj' in my .proton?

2016-02-18T04:49:28.000270Z

Never mind. I figured it out.

dvcrn 2016-02-18T07:30:58.000271Z

@ikhthiandor: yeah - we put a little note at the bottom of the .proton file :simple_smile:

dvcrn 2016-02-18T07:31:04.000272Z

@jessejanderson: hrmm

geksilla 2016-02-18T08:45:08.000273Z

@dvcrn lets just include atom-fuzzy-grep to core layer 😛

1👍
geksilla 2016-02-18T08:45:12.000274Z

))

geksilla 2016-02-18T08:47:09.000275Z

it works pretty well, except that there is no multiproject greping (

geksilla 2016-02-18T08:47:36.000276Z

but I'll add it some day )

lucien.knechtli 2016-02-18T15:00:54.000277Z

Has there been any thought given to moving towards a git-flow type workflow for this project?

geksilla 2016-02-18T19:25:43.000278Z

@lucien.knechtli currently we have no contributing guidline, but definitely need it

geksilla 2016-02-18T19:26:20.000279Z

and since github added pr and issue templates we can also use it

lucien.knechtli 2016-02-18T19:27:55.000280Z

haven't tried using pr or issue templates, but it looks like it would be a good idea to use them

lucien.knechtli 2016-02-18T19:29:06.000281Z

I think that what I like most about git-flow is that you have a release branch (ie master) instead of relying on tags