A Brooks

Results 31 issues of A Brooks

After using Goneovim for a while, it will crash without warning. It seems to happen regardless of what. Trying to open the minimap reliably causes a crash. I tried with...

I added several age groups from [S0101](https://data.census.gov/cedsci/table?q=s0101&tid=ACSST5Y2018.S0101): * 5 to 14 * 15 to 44 * 18 to 24 * 16 and over * 18 and over * 21 and...

# Description Occasionally I find myself wanting to use spy on multiple forms, but it doesn't support that. I [implemented a version for Glögi](https://github.com/lambdaisland/glogi/pull/22), a Clojure(Script) library that uses Pedestal...

discuss

Very much a work in progress! Mostly opening this PR so I have a place to take and share notes. - [x] Ensure #233 gets merged - [ ] ~~Add...

Adds some documentation about meta-merge, including some examples. I'm not 100 percent sure about what is automatically meta-merged, hence the draft. Addresses #184. Questions: - [x] ~~What parts of the...

Adds a proof-of-concept error REPL when tests error out. - [ ] Work around `capture-output` (or make `capture-output` work around plugins)? - [ ] Try to get it to work...

`rewrite-clj` helps prevent regressions by running the test suites of several projects that include it as a dependency ("canaries"), in its [libs tests](https://github.com/clj-commons/rewrite-clj/blob/main/doc/02-developer-guide.adoc#libs-test). In theory, Kaocha could do the same....

In #260, a user was trying to extend Kaocha to include details about any Postgres errors that happened during a test. They used `pre-test` to log the test start time...

first issue only
feature

The easiest way to do this is just to create a very simple `tests.edn` like the following. This file is trivial, so we're not saving a ton of work, but...

feature
ergonomics
onboarding

Our `combinator-matchers` support is "bring your own," but this is not documented anywhere. Nor do we have much description of this feature or how it works. I suspect it's pretty...

documentation