-
I was trying to do things in quil and quil-cljs using `:mouse-pressed` inside `defsketch` function. It was a great expectation when I tried using `:mouse-pressed mouse-pressed` in online editor inside…
-
Hi all and Thomas,
A hopefully small feature request as cropped up today.
I have two scripts in my `shadow-cljs.edn`:
```clojure
{:cpp {:target :node-script
:main cd.core/crea…
-
I'm really curious about calcit/respo and the workflow that you have built.
I'm hoping you can put out a video. It would help the understanding of some of the motivations why this has been built fr…
-
Are there instructions to build and run the different tests defined here: https://github.com/thheller/shadow-cljs/blob/master/shadow-cljs.edn?
-
(This is not necessarily a piggieback issue, and could be Ambly, but logging it here for discussion.)
When I piggieback Ambly, I'm finding that Ambly's `-setup` initially fails (it can't make a WebDA…
-
When I introduced `C-c M-s/S` for siblings I thought that those are perfect keys because they mirror `M-j/J` and `M-c/C` combinations. Today I discovered that `C-c M-s` is actually bound to `cider-s…
-
shadow-cljs server is the ice on the cake.
I have a tmux configuration that invokes 3 shadow-cljs
- # shadow-cljs cljs-repl cards
- # shadow-cljs watch cards
- shadow-clj…
-
## Behavior
I have a project that uses [shadow-cljs](https://github.com/thheller/shadow-cljs) to which I'd to connect with a single command. I've written a small helper that connects to the REPL, s…
-
I have a basic outline below of what testing could look like but I don't know how people usually test (or want to test).
Looking for suggestions.
---------------
Commands could like like
`…
-
Hey,
I have a namespace `translation.cljs` which compiles translations from json files in public directory. I want to reload this namespace every time when json files are changed.
Here https://git…