-
> Follow-up on some discussion in #hoplon yesterday night.
Currently when using `--unified` that will recognize the path to `main.js` and load additional files based on this information. This is usef…
-
As tasks often get composed it seems like a potentially common source of confusion to block by default.
What do you think about inverting the behaviour so that the task blocks "on-demand"?
-
Hey xsc,
Thanks for the work you've done on `lein-ancient` I like to use it as much as I can and has made life on the version management level a lot easier so thumbs up. The new `:upgrade` has been s…
-
Investigate how (one?) way binding could be provided. This is not about implementing a new binding mechanism but allowing existing ones to be used.
The main goal is to unify the syntax to define the d…
-
I'm thinking of a way to capture the [currentTime](http://www.w3schools.com/tags/av_prop_currenttime.asp) of an `(audio` elem. I was thinking of a `(js/setInterval` to poll a `(defelem` and then maybe…
-
Sean kindly agreed put the Cursor Code into its only library.
But the code remains in the reagent library:
https://github.com/reagent-project/reagent/blob/master/src/reagent/ratom.cljs#L98-L177
…
-
``` clj
(audio :controls "controls"
(source :src (text "~{rpc/get-song}") :type "audio/mpeg")
(text "Your browser does not support the audio element."))
```
yields
``` html
…
-
If I have datomic-free (any version, it seems) as a dependency, I get this output when I run boot:
``` bash
$ boot development
org.apache.commons.codec.binary.Base32
```
If I remove the datomic depe…
ulsa updated
10 years ago
-
It works with clojurescript "0.0-2234" but not with the latest.
```
Compiling Hoplon dependencies...
Compiling Hoplon pages...
• src/index.cljs.hl
Compiling ClojureScript...
clojure.lang.ExceptionIn…
-
To reproduce:
```
lein new hoplon html2cljs-bug
cd html2cljs-bug
echo '' > index.html
boot [html2cljs \"index.html\"] :v
```
You should get a `StackOverflowError`.
micha updated
10 years ago