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
mauricio.szabo 2019-05-04T03:55:16.028400Z

Just published a new version with lots of changes in the way that results are rendered, and also adds a bunch of bugfixes 🙂

4
seancorfield 2019-05-04T04:10:14.029100Z

I'll update my develop branch from master tomorrow and see how it all behaves. Thank you!

seancorfield 2019-05-04T04:10:44.029800Z

Or maybe Monday. Not sure what I'm doing this weekend workwise!

mauricio.szabo 2019-05-04T04:15:09.033600Z

Great, I hope everything goes well! I'll dedicate the next release to solve some bugs and add that config to open the Console tab.

seancorfield 2019-05-04T04:49:03.038400Z

FWIW, I've changed my keymap now so my default eval keys use the inspect variants. ctl-, b evals the form to REBL, ctl-, B evals the top-level form to REBL, and I have ctl-, s bound to a new command to eval a selection and send it to REBL.

jlmr 2019-05-04T08:36:17.040Z

@mauricio.szabo Thanks for the update! Really like the changes in the renderer, but I think I found a bug (or at least something aesthetically not-pleasing ;-)) I’ll post a screenshot to show.

jlmr 2019-05-04T08:37:00.040100Z

Weird shadow in Exceptions

jlmr 2019-05-04T08:37:25.040600Z

Or is it because of my theme?

mauricio.szabo 2019-05-04T12:01:18.041200Z

Yeah, probably because of the theme - I use a dark one....

mauricio.szabo 2019-05-04T12:02:30.042200Z

You can change div.chlorine div.exception div.description to solve this, but I'll probably disable the shadows

mauricio.szabo 2019-05-04T12:07:30.043200Z

There are also some issues the way things are aligned, like this screenshot: