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-05-19T14:04:05.154600Z

@martin_jung would like to help you with your Windows path issues which I think should be pretty easy to solve.

dnolen 2020-05-19T14:05:01.156Z

Use master. delete your app from your device/simulator. when start the REPL use clj -m krell.main -co build.edn -ro debug.edn -c -r

dnolen 2020-05-19T14:05:11.156300Z

where debug.edn is {:krell/verbose true}

dnolen 2020-05-19T14:05:59.157300Z

this will now log cache puts which will let me see what paths Krell is caching which should make it clearer what's going on. Please add this output to the issue you opened, thanks.

Martin Jung 2020-05-19T14:45:25.158600Z

@dnolen Thanks for looking into it. I posted something. Tell me if you need more.

dnolen 2020-05-19T16:23:37.158800Z

k thanks

dnolen 2020-05-19T16:23:48.159100Z

will take a look in a bit

dnolen 2020-05-19T16:24:55.159600Z

@martin_jung yeah that helps a lot, will push some things later for you to try