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
jlmr 2020-10-02T15:31:00.007300Z

Hi @mauricio.szabo, I vaguely remember having this question before some time ago, but I forgot the conclusion, sorry! When using datahike and evaluating expressions that return either a datahike db or a datahike conn, Chlorine hangs. Presumably because it cannot render the results. I can circumvent the problem with some simple wrappers, but maybe there is a better solution. I would appreciate any insight!

mauricio.szabo 2020-10-02T16:58:49.008700Z

Well, you can connect using nREPL - the problem only happens in the socket-repl implementation 🙂

jlmr 2020-10-02T21:23:52.009400Z

Ah good to know that’s an option now. I’ll explore that tomorrow. Thanks!