chlorine-clover

About Chlorine for Atom and Clover for VS Code: https://atom.io/packages/chlorine and https://marketplace.visualstudio.com/items?itemName=mauricioszabo.clover
2019-09-14T10:32:30.001Z

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.

mauricio.szabo 2019-09-14T17:01:43.001800Z

@gerred the new version of console does not steal focus. I'll publish it now

mauricio.szabo 2019-09-14T17:03:34.003900Z

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

2019-09-14T17:45:55.004200Z

haha

mauricio.szabo 2019-09-14T18:25:42.004600Z

Okay, published Chlorine v0.1.14 with the new console 🙂

1👍
2019-09-14T18:26:32.004800Z

thank you!

1👍
mauricio.szabo 2019-09-14T18:30:07.006100Z

Now I really need to fix the integration tests that I was running inside Atom 🙂

2019-09-14T22:06:14.008100Z

were spectron / puppeteer things you tried at some point for testing? or maybe you are using one or another of them now?