Fork me on GitHub
#cljsrn
<
2022-04-14
>
winkywooster01:04:19

with krell, i see there’s a cli option to set the host ip that get’s used by the KRELL_SERVER_IP and METRO_SERVER_IP variables. using krell from cider/emacs doesn’t use the command line. it instead creates a krell.repl/repl-env with a slurped in build.edn (https://github.com/clojure-emacs/cider/blob/1e27eba570d265bc27317dc2a8f8c98d8b5414e0/cider.el#L926-L934). passing a :host option in the build.edn doesn’t work though. is there a way to pass the host in the build.edn?

hadils18:04:04

Hi! I notice that my krell session dies after some use. I have a managed Expo project and I don’t know what I am doing wrong. Any ideas? Thanks in advance.