Fork me on GitHub
#cljsrn
<
2017-12-13
>
nrako16:12:15

I have Spacemacs open with two buffers, which create temp files (e.g. .#db.cljs) In a separate shell, I set re-natal enable-auto-require to true, and now running re-natal use-figwheel is throwing an error - ENOENT: no such file or directory, open ‘path/to/proj/.#db.cljs’ How might one fix this?

nrako16:12:27

I deleted the autoRequire: true from the re-natal.local file, and it is back up and running. Guess the scanning is incompatible with Spacemacs buffers…

naomarik17:12:49

https://gist.github.com/blankg/d5537a458b55b9d15cb4fd78258ad840#file-webviewbridge-js-L13 what’s the equivalent for reagent? basically getting a handle on the component to be able to call postMessage

naomarik17:12:39

nevermind, was pretty obvious to just set :ref key in the webview