Fork me on GitHub
#protorepl
<
2019-09-08
>
jmp16:09:49

I’m experiencing this issue currently when trying to run the repl in atom, is there something obvious I’m missing? https://github.com/jasongilman/proto-repl/issues/321

seancorfield17:09:09

I suspect that's the same issue the #chlorine folks just had to deal with @juanmp -- Ink has removed some of the console-related APIs that Chlorine was relying on, and I expect it's the same for ProtoREPL (and no one is maintaining that really these days).

seancorfield17:09:48

You could try downgrading Ink to 0.10.2 and see if that fixes your problem.

👌 4
jmp17:09:25

Hi Sean! Thank you for looking into the issue and the insight into it! Yeah that actually fixed it 😄 Thank you as usual for your help

seancorfield17:09:56

BTW @juanmp I switched to Chlorine partly because ProtoREPL seems to be unmaintained (and partly because I wanted a simpler toolchain without nREPL etc).

jmp17:09:15

Thank you @seancorfield 😄 I’ll check it out