Arne Brasseur

Results 300 comments of Arne Brasseur

There's also the corgi-esque `, g g`.

Note that this is largely due to the repl implementations not being reliable, or prone to race conditions. We can only fix this by forking then from Clojurescript. On Mon,...

I wouldn't dismiss this just yet. We still use kaocha-cljs on several projects, and we plan to continue supporting kaocha-cljs. It's a different approach than kaocha-cljs2, which in some scenarios...

Renaming this to point out what the actionable task is.

Sure, a PR for the README would be most welcome!

Right, makes sense that this was already documented. The original ticket was about figuring out if we can make it work on ClojureScript too. This could in theory still be...

> `document is not defined` This usually means you're using libraries that expect a DOM (i.e. they expect to find `js/document`), but you are using them in an environment where...

If there's anything actionable here it's probably to add a FAQ about this particular error to the README. A similar thing can happen [with `js/fetch`](https://github.com/lambdaisland/fetch/blob/main/test/lambdaisland/fetch_test.cljs#L11-L12)

Seems like a reasonable fix, a PR would be great! Thanks!