-
### Steps to reproduce
1. Have a project with `deps.edn` and shadow-cljs.
1. Have `.nrepl.edn` in project root with this content:
```edn
{:middleware [shadow.cljs.devtools.server.nrepl…
-
I'm trying to get pretty printing working but having no luck. It was working briefly when I initially turned on "Auto Pretty Print" in the settings, but a short while later pretty printing stopped wor…
-
If I add version 0.1.15 of snitch to a project (shadow-cljs using deps.edn for dependency resolution), and add a require in an ns form like `[snitch.core :refer [defn*]]`, when I run the shadow-cljs b…
-
For some reason, the template `lein new reagent-frontend +shadow-cljs` breaks for me if the `shadow-cljs` dependency in `package.json` is above version 2.19.8.
`npx shadow-cljs watch app` will onl…
-
My test-workflow consists of running tests via a REPL, usually via `Run tests under caret in REPL` followed by several `Re-Run last test action in REPL`. Often I'm not editing another source file (ie.…
-
Sometimes (a lot of times) when trying to run and debug on an ~Android~ (both iOS and Android) device I get the following error in metro which prevents live reloading of the app (fast refresh is disab…
-
Hi everyone,
a few weeks back I started to play with Clojurescript, Rum (React Wrapper), Storybook and Cypress. I stumbled upon this great project and especially the [Rationale Discussion](https://…
-
A lot of times, after starting `shadow-cljs` and `metro bundler`, then trying to start the app on iOS physical device, it stalls for a few seconds on the splash screen before crashing. I have to try s…
-
I added the [hoplon/ui "0.3.0-SNAPSHOT"] dependency to shadow-cljs.edn and required hoplon.ui :as ui in my view.cljs file and reran npx shadow-cljs watch app and got the following error:
[:app] Bui…
-
It would be nice if clj-suitable supported to have completion for Javascript libraries that are already installed in projects node_modules project.
`shadow-cljs` already supports requiring those li…