shadow-cljs icon indicating copy to clipboard operation
shadow-cljs copied to clipboard

ClojureScript compilation made easy

Results 91 shadow-cljs issues
Sort by recently updated
recently updated
newest added

Hi Thomas, I thought it would be good to send an idea here, but feel free to dismiss it. The issue I posted on Slack when compiling Cloudflare workers, is:...

Am I doing something wrong or is this a bug? ![image](https://user-images.githubusercontent.com/62071148/177428370-12be7d84-5ae7-45c2-98a1-1eb5c8adf21e.png) ![image](https://user-images.githubusercontent.com/62071148/177428381-5a048765-90e3-472d-82ec-014672682038.png)

My machine has restricted the external network access environment. When using shadow cljs, the jar cannot be downloaded. How can I set up proxy downloading? Thank you ``` shadow-cljs -...

On a personal project [1] building a simple website, I am having VM crashes (with hs_err files) with almost every watch command. I tested various configured VMs, but it resulted...

cannot reproduce
closure-compiler

https://github.com/thheller/shadow-cljs/blob/051b5ecc7d701ef45b3bbc839685ac6ea03d4ad7/src/main/shadow/cljs/devtools/server/nrepl.clj#L127 Was struggling to bind nrepl to something other than 127.0.0.1 and found this. According to nrepl the key should be called `:bind` https://nrepl.org/nrepl/usage/server.html

Although not immediately pressing. I would like to discuss what is required to update `shadow-cljs` so that it supports V3 of the extension manifest https://developer.chrome.com/docs/extensions/mv3/intro/ V2 will eventually be phased...

help wanted

Clojurians Slack discussion thread: https://clojurians.slack.com/archives/C6N245JGG/p1647112910767939 Options: - Keep parsing and comparing ranges via one of the Java SemVer libraries - Just install the highest version and hope for the best...

It looks like the build process doesn't need to generate files with `*.expo.js` anymore. Here is output from the newest `expo-cli` ```bash ➜ mobile-app git:(main) ✗ yarn start yarn run...

Would it be possible for the test runners to allow focusing on single tests? What I have in mind is similar to what lein-test-refresh does: https://github.com/jakemcc/lein-test-refresh#built-in-test-narrowing-test-selector. You mark one or...

I'm using [oz](https://github.com/metasoarous/oz) in my CLJS project and have been getting `shadow.js.shim.module$vega_embed is not a function` errors when I try to render plots with `oz.core/vega-lite` ever since [switching to webpack](https://github.com/thheller/shadow-cljs/issues/981#issuecomment-1036778067)....