Fork me on GitHub
#lambdaisland
<
2020-05-29
>
dpsutton02:05:01

it seems lambdaisland.chui.remote tries to connect to localhost:44220 but its failing to connect when i jack in to chui. Is there something i can run to make this connect successfully?

plexus06:05:56

This is the connection to Funnel http://github.com/lambdaisland/funnel which is for kaocha-cljs2 (or other tools that want to remote control Chui), it shouldn't be needed if you're just using the Chui UI. How are you loading Chui? if you're using the instructions for shadow I wouldn't expect it to include that namespace @dpsutton

dpsutton13:05:19

i'm just opening the project and using cider-jack-in. Want to see how it works and possibly contribute. Haven't used it in a project yet unfortunately

plexus14:05:20

that's very strange. There is nothing requirin that namespace. It shouldn't be loaded. You can exclude chui-remote from deps.edn.

lambdaisland/chui {:git/url ""
                   :sha "a164d8ba32f48a632a3f285f41a52f93d7bd024d"
                   :exclusions [lambdaisland/chui-remote]}

plexus09:05:25

I wrote a first README for kaocha-cljs2, this is still pre-alpha but it's beginning to work https://github.com/lambdaisland/kaocha-cljs2

plexus09:05:51

I'll put together a demo repo so it's easier for folks to try out

plexus10:05:33

hmmm the preloads thing is probably not going to work...

plexus14:05:56

or maybe it will... some interesting discussion in #cljs-dev .... gonna have to reconsider some things, but the end result might be that we can offer a great experience no matter the tool (cljs.main, figwheel, shadow) people are using