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!
Well, you can connect using nREPL - the problem only happens in the socket-repl implementation 🙂
Ah good to know that’s an option now. I’ll explore that tomorrow. Thanks!