-
Starting with `[thheller/shadow-cljs "1.0.20170613"]` and `shadow-cljs@0.9.6` I added a proper `--server` mode.
There are several things this is meant to solve
- running builds in parallel
- less…
-
From [tutorial 5 of moder-cljs](https://github.com/magomimmo/modern-cljs/blob/8ce9538f0b038ba98357cd8f9eddf73896cd48bf/doc/second-edition/tutorial-05.md):
> NOTE 4: this an incidental complexity prod…
-
pros:
- all the web driver wrappers i know about for clojure are essentially unmaintained
- selenium seems to inevitably come with "random" bugs (a lot of race conditions) that cause builds to fai…
-
If requiring cljs.spec.alpha in a bundle where cljs.spec.alpha is already included in a :provided entry, the appropriate macro and cache files are loaded and spec works.
However, requiring cljs.spe…
-
See: https://github.com/MysteryMachine/syms-qual/blob/096fc83bae571ec959b3aa81a9c1c5418b2b90e0/src/carmen/impl/render.cljs#L51
Users should probably check this code out? So it should've live in an …
-
Is there anything limiting this from being supported in ClojureScript as well?
-
in targeted browser environment `goog.require` after document.load is not allowed because google closure use writeScriptTag which is violent and it wipe out the page and throw error 'Cannot write "' +…
-
https://www.maria.cloud/gist/c41203d2f973c838ee0ee4aed32d0679
I was excited to see some confetti! The `position` error was easy to fix, but the `group` function doesn't seem to exist.
-
...to look up source code.
-
## Description
Found this by accident and it's rather a question, thing for discussion, ...
I've got my custom lambda wrapper, which wraps `async-lambda-fn`:
```cljs
(defn promise-lambda-fn
…
zrzka updated
7 years ago