Fork me on GitHub
#parinfer
<
2015-12-03
>
chrisoakman03:12:07

This is very exciting!

chrisoakman03:12:47

I'm amazed that another person was able to make sense of that project 😉

chrisoakman03:12:03

This is literally the first Python I have written in my life; I feel like I'm winging it pretty hard.

chrisoakman03:12:10

I see what you're doing here

chrisoakman03:12:33

more idiomatic to make a "view command" than what I'm doing I suppose

chrisoakman03:12:38

or is that an ST3 thing?

chrisoakman03:12:34

Will you make a Pull Request or can I just steal some of what you've done?

selfsame03:12:47

that's ST3, you have to use TextCommands to get an edit token

selfsame03:12:04

yeah I'll submit a pull soon, trying to sort out the socketfile

chrisoakman03:12:04

ok - let me know if you run into anything; trying to just get a MVP of this available so people can use it

selfsame13:12:53

@chrisoakman: PR sent, you did some nice work for a first python project simple_smile

hmadelaine15:12:03

Hello Parinferers ! Thanks @shaunlebron for your great innovation ! I would like to integrate Parinfer with CodeMirror. Correct me if I am wrong but the wrapper around CodeMirror is in Parinfer-site that is not intended to be imported in a project ?