Arne Brasseur

Results 76 issues of Arne Brasseur

boot-cljs encourages specifying options in [.cljs.edn files](https://github.com/boot-clj/boot-cljs/blob/master/docs/cljs.edn.md). When doing that using boot-cljs-repl involves manually reading these options and passing them on to start-repl. Not doing so can cause all kinds...

DON'T MERGE Trying out a different approach for how to handle attrs for components that have a render fn.

Things are currently broken due to https://github.com/metabase/metabase/pull/10011 and https://github.com/metabase/metabase/pull/10010 . https://github.com/metabase/metabase/pull/10010 is easy to fix (just some renames), https://github.com/metabase/metabase/pull/10011 is going to be a pain, as we need to completely...

Currently the notifier plugin logs failing tests with an "urgency" of "critical", this causes the notifications to become persistent on certain systems (at least KDE, possibly also gnome). I would...

Currently we look up the profile directly in `:kaocha/cli-options`, so there's no good way to specify it in scenarios where we're not running via `kaocha.runner`. This is probably also an...

When `kaocha.watch` lets tools.namespace reloads files it can happen that tools.namespace fails and passes back an error, when one of the namespaces has a syntax error. `kaocha.watch` stores this error...

It is not uncommon for folks to have a single repo which contains multiple clojure "modules" or "packages" in subdirectories, each with their own `deps.edn` and `tests.edn`. Or to be...

improvement

Simply run ./generate_docs, this will run `lein codox`, create a new commit on the `gh-pages` branch, and push it to `origin`. The script goes out of it way not to...

This is strictly an upstream issue, but posting it here since people might run into it and come looking for a solution. https://clojure.atlassian.net/browse/CLJS-3097 Long story short: tools.reader changed the two-arity...

bug

Kaocha adds any `:test-paths` to the classpath, so you don't have to, and so that only suites that are being run get added. However ClojureScript does not seem to pick...