Kira Howe
Kira Howe
### Expected behaviour When a test fails, karma says that the test failed. ### Actual behaviour When a test fails and chrome disconnects then reconnects (which is allowed if the...
I clicked the "edit" button from the docs to add a project I worked on with Swirrl, the ONS Structural Search demo. I think it's a decent example of a...
**Is your feature request related to a problem? Please describe.** This is not a big problem, just a mere suggestion. I'm proposing making the error messages just short, simple messages,...
Just noticed a couple of what I think are little mistakes reading through these docs. Thanks for the great library!
There appear to be a couple of vulnerabilities in this library stemming from the version of Clojurescript that's included (CVE-2020-8910 in `google-closure-library-0.0-20170809-b9c14c6b.jar` and CVE-2022-25647 in `gson-2.7.jar`), found using the [clojure-nvd](https://github.com/rm-hull/nvd-clojure)...
There's a bug where matches of optional clauses seem to return duplicated or unbound vars when they're nested inside a map in a `build` query. For example: ```clojure ;; Given...
It seems like having multiple optionals in a matcha query returns unexpected results. E.g. in this example (from an internal app), the query returns different results depending on which optional...
The current gh-pages way of making the website is terrible. Make it better.. ideally some sort of CI that can run Clojure and call Clerk's `build!`.
Check on issues https://github.com/vega/vega-lite/pull/7774 https://github.com/vega/vega-lite/issues/7758
We'll want some way to automatically turn the content into a nice published website. Some requirements - [ ] clean TOC for easy navigation - [ ] searchable - [...