lambdaisland

dpsutton 2020-05-29T02:51:01.099800Z

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?

dpsutton 2020-05-29T02:51:17.099900Z

plexus 2020-05-29T06:43:56.101600Z

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

dpsutton 2020-05-29T13:44:19.103500Z

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

plexus 2020-05-29T14:11:20.103700Z

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 "<https://github.com/lambdaisland/chui>"
                   :sha "a164d8ba32f48a632a3f285f41a52f93d7bd024d"
                   :exclusions [lambdaisland/chui-remote]}

plexus 2020-05-29T09:26:25.102300Z

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

plexus 2020-05-29T09:26:51.102800Z

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

plexus 2020-05-29T10:48:33.103400Z

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

dpsutton 2020-05-29T13:44:19.103500Z

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

plexus 2020-05-29T14:11:20.103700Z

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 "<https://github.com/lambdaisland/chui>"
                   :sha "a164d8ba32f48a632a3f285f41a52f93d7bd024d"
                   :exclusions [lambdaisland/chui-remote]}

plexus 2020-05-29T14:17:56.104800Z

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