small nit, it'd be really nice if connecting to the repl didn't pull my cursor out of the browser and into the Chlorine REPL. 🙂 or if I could select where my cursor goes in the config.
@gerred the new version of console does not steal focus. I'll publish it now
on a side note, because the old console was stealing focus all the time (it was some bug with Ink, the Atom package responsible for the console and the inline results) I registered a keystroke to give focus back to the editor. Now that it doesn't steal anymore, I keep hitting the keystroke after connecting just because I developed some muscle memory...
haha
Okay, published Chlorine v0.1.14 with the new console 🙂
thank you!
Now I really need to fix the integration tests that I was running inside Atom 🙂
were spectron / puppeteer things you tried at some point for testing? or maybe you are using one or another of them now?