-
This was working before...For example I have a live template for `println`, but now in the suggestions list doesn't show the description and I'm unable to differentiate the template from the clojure f…
-
Whee, first issue! Just wanted to let you know:
I added `[com.github.gnl/playback "0.3.9"]` to the project.clj of a Clojure-only project, and when I require the preload ns from the REPL, I get thi…
-
I'm reaching out because I believe our goals are somewhat aligned and would like to discuss something.
As you are aware I started work on [shadow-grove](https://github.com/thheller/shadow-grove) qu…
-
A better understanding of how react-virtualized is being used will help me better prioritize features and shape the roadmap going forward. So if you're using this project, I'd love for you to leave a …
-
### Environment
* Elixir version 1.14:
* Phoenix version 1.7.1:
* Operating system: MacOS
### Actual behavior
I'm encountering a Closure compilation error while using Phoenix LiveView with …
-
## Expected behavior
I expect to be able to send expressions from a `.cljs` file in `clojurescript-mode` to an nbb nrepl server.
## Actual behavior
Nothing happens until I activate `clojure-m…
-
Great project! Thank you
Would you please provide a UMD build for the compiler published to npm?
I want to use the compiler in a web worker. Currently firefox does not support [worker module](ht…
-
When running `bin/kaocha :unit-cljs --watch`, every source change launches a new browser window on http://localhost:9000/?rel=xxxxxxx.
Is there any way to avoid or configure this behaviour?
-
I recall that another `re-frame` inspector (`re-frame-trace`? Or maybe [`re-frisk`](https://github.com/flexsurfer/re-frisk)?) allowed the user to get the raw EDN of e.g. DB state.
I find this faste…
-
### Issue: Evaluation turns editor into a blank page.
It seems like this expression (+ (first "Hello World") (rest "Hello World")) caused it. I'm not sure whether it's a bug or something I do by mist…