protorepl

jasongilman 2016-08-11T01:13:15.000138Z

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

2016-08-11T02:59:20.000139Z

great, will check it out!

2016-08-11T11:35:40.000141Z

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

jasongilman 2016-08-11T12:38:43.000142Z

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

jasongilman 2016-08-11T12:47:52.000143Z

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

2016-08-11T13:09:53.000144Z

atom v1.8.0, Ubuntu 16.04

2016-08-11T13:44:44.000145Z

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

2016-08-11T13:47:05.000148Z

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

james 2016-08-11T13:59:56.000151Z

Thanks @jgrimes, adding:

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

james 2016-08-11T14:00:24.000152Z

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

james 2016-08-11T14:12:58.000153Z

Added my question to the existing issue: https://github.com/oakmac/atom-parinfer/issues/26

fingertoe 2016-08-11T16:42:46.000156Z

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.