In the process of fixing the linting. It seems to be fixed in my fork. The issue was the improper use of imports.
That being said the nrepl functionality is also broken (in current release). This likely has to do with it being converted to CLJS
This being a prime reason why porting should be done in a separate branch and not released until it is complete
One thing I'm seeing in the developer tools is that it is trying to start figwheel when the project isn't cljs
So the nrepl functionality is partially working. It fails to work when there is invalid code in the file. For instance add (defn [] "")
and the nrepl features stop working
The recent commit for changing nrepl.js to nrepl.cljs is not working
Failing to decode
Can you tell us how to reproduce the error with nrepl.cljs? It seems to work for everything I am trying to make it do.
@whoneedszzz: Good spotting of the fiwgeheel always thing. I created an issue for it. Please chime in on the discussion there: https://github.com/BetterThanTomorrow/calva/issues/38