Fork me on GitHub
#protorepl
<
2016-08-11
>
jasongilman01:08:15

@carocad and @jgrimes, I've fixed REPL history and the font size thing with Proto REPL 1.4.1. Let me know if you still have problems with it.

jgrimes02:08:20

great, will check it out!

carocad11:08:40

@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.

jasongilman12:08:43

@carocad: What version of Atom do you have installed?

jasongilman12:08:52

@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.

carocad13:08:53

atom v1.8.0, Ubuntu 16.04

jgrimes13:08:44

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

jgrimes13:08:05

you could change the style referenced in that commit (looks like it is new-ish behavior, too)

james13:08:56

Thanks @jgrimes, adding:

atom-text-editor::shadow {
  span.punctuation.section.end.trailing.clojure {
    opacity: 1;
  }
}
to my styles.less fixed it.

james14:08:24

Iā€™m going to create an issue for it in the Parinfer repo.

fingertoe16:08:46

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.