great, will check it out!
@jasongilman: I can confirm that both the font and the history problems are gone on my proto-repl v1.4.1 š. One note however is that the proto-repl's issue #136 (unsuccessful install) happened again.
@carocad: What version of Atom do you have installed?
@james: I see that behavior too. I'm think it started with a recent version of Atom. I'm not sure how to fix it yet.
atom v1.8.0, Ubuntu 16.04
Parinfer does that (darker closing brackets, parens, etc) -- no idea if it is new behavior or not as I just started using it since switching to Atom last week
https://github.com/oakmac/atom-parinfer/commit/1cb43743a51475bc96e6ba4ea64e5e411f74d903
you could change the style referenced in that commit (looks like it is new-ish behavior, too)
Thanks @jgrimes, adding:
atom-text-editor::shadow {
span.punctuation.section.end.trailing.clojure {
opacity: 1;
}
}
to my styles.less
fixed it.Iām going to create an issue for it in the Parinfer repo.
Added my question to the existing issue: https://github.com/oakmac/atom-parinfer/issues/26
It would be nice if the Ink Console played nice with highlighting a command and pressing ( or ā or the like. The vanilla repl properly updates the text (tacotruck) while the new Ink repl just overwrites and you get ( and have to type again.