Chris Oakman
Chris Oakman
When using Arbiter with a projector and lights are on, there is not enough contrast to see clearly. It would be nice if Arbiter had a "light" theme. Maybe toggle-able...
I saw the demo of Barliman at Clojure/Conj 2016 and thought it might be useful to add [Parinfer] to the text input on the left-hand side of the app. With...
I saw this while working on v1.24.0. It's possible this was caused by an intermediate state during development, but I wanted to track it here just in case. 
Paren Mode is not correctly moving indentation below the current line like it should. Shaun says this is something to do with the `:cursor-dx` option being passed into the `paren-mode/format-text`...
If the user opens a file that contains markers indicating a git merge conflict (ie: `
We should use the `parenTrails` property from the [parinfer API](https://github.com/shaunlebron/parinfer/tree/master/lib#api) for dimming parenTrails instead of the custom CSS + language tags solution we use now. This is at least worth...
Could set up [Parlinter](https://github.com/shaunlebron/parlinter) :) What else could we check as an automated test?
We should probably calculate where to put the cursor when the user presses `Enter`. The cursor should be right at the current indentation threshold. I'm not sure if Atom is...
Parinfer is inherently a visual tool; it's value can be easily understood through watching an animation of how it works. We should add some gifs to the README that demonstrate...
Need to spend some HammockTime thinking about how to deal with multiple cursors. Easy solution would be to just not run parinfer when there are multiple cursors. Another idea would...