cljsrn

https://github.com/drapanjanas/re-natal | https://github.com/drapanjanas/re-natal/wiki/FAQ | https://github.com/condense/mercury-app/wiki | https://github.com/seantempesta/expo-cljs-template/ https://www.npmjs.com/package/create-expo-cljs-app
dnolen 2020-04-22T01:11:19.252300Z

acquired a Pixel 4 - Android dev REPL not working but it should be easier now for me to get to bottom of it. So far having a great experience on iOS, and decent one on Android simulator

3πŸ‘
2020-04-22T07:15:33.252800Z

Woohoo! I will finally have the chance to test Krell completely! So frustrated from day one πŸ™‚

2020-04-22T07:15:33.252800Z

Woohoo! I will finally have the chance to test Krell completely! So frustrated from day one πŸ™‚

dnolen 2020-04-22T15:47:01.254600Z

I was able to connect a Krell REPL to my Pixel 4, it's a bit slow to discover ~3-20 seconds, but once connected it's very fast

dnolen 2020-04-22T15:47:20.255300Z

if you want to try master make sure you blow away .cpcache in your experiment project

2020-04-22T17:01:36.257500Z

@dnolen FYI always no success for me with master. Try on Pixel 3 emulator and Redmi Note 7 real device. When I saw that we must delete .cpcache, I said to myself that that was it, but unfortunately it didn't change anything.

dnolen 2020-04-22T17:03:57.259700Z

@admin055 sorry - won't be able to help you specifically w/ the current iteration since there's not a clear path to repro. I'm looking at alternatives to the mDNS lib - and likely a second method of connecting.

2020-04-22T17:09:28.261600Z

@dnolen Yes I understand thank you. If this behaviour seems specific for my config/workstation, I'll try to get to bottom of it and let you know if I succed.

dotemacs 2020-04-22T17:30:26.264400Z

Are you able to connect your device with any other React native, say a plain JS one, without ClojureScript? Is your USB cable able to handle the connection to the physical device outside Krell?

2020-04-22T17:49:32.266200Z

@dotemacs Thank you for looking into the matter. Yes for both questions. I do regulary development in plain React Native on emulator and real devices in plain RN JS and CLJS (Re-natal, Shadow-CLJS,...) too.

dotemacs 2020-04-22T17:50:35.267100Z

I see… I was hoping that it might not be a Krell specific thing…

2020-04-22T18:49:01.268100Z

@dnolen It progress! I can now see the REPL prompt and my device. Now that stop at the connecting step...

2020-04-22T18:54:34.268600Z

The port forwarding seems to be OK

dnolen 2020-04-22T18:59:36.269200Z

that's a bit strange since if you can't connect it should just crash

2020-04-22T19:04:02.269500Z

:thinking_face:...I continue to debug.

2020-04-22T19:06:11.269800Z

we'll get there ! πŸ™‚

2020-04-22T19:26:13.271800Z

After numerous tries, I reboot my phone, uncheck and check USB debugging conf and now I.T. W.O.R.K.S ! πŸŽ‰ And I can say Krell is awesome ! Thx for the work @dnolen!

dnolen 2020-04-22T19:41:51.272100Z

@admin055 well not awesome yet - but it's getting there πŸ™‚

dnolen 2020-04-22T19:42:23.272700Z

I pushed a bit of a hack for Android - it's much more reliable - occasionally REPL isn't discovered

1πŸ‘
dnolen 2020-04-22T19:42:33.273Z

but more often you see discovery in a couple of seconds now

2020-04-22T19:47:55.274Z

yes it's fast since it works.