Joost Diepenmaat
Joost Diepenmaat
Hi, Thanks for making a release! I've just spotted that the latest release/tag (1.16.11) does not have a reachable commit on any branch in the github repository. This is also...
calls to ex-info need a map. I will post a pull-request that provides a test and fixes the issue.
## Context When writing clojure web applications and middleware it's common to need HTTP responses with many different status codes, like `401 Unauthorized`, `403 Forbidden` and many others. A full...
Do not throw (wrong-type-argument number-or-marker-p nil) when point is at start or end of buffer.
Requiring a namespace using :as alias, then using the alias to refer to a keyword in that namespace throws an error in slamhound. Given src/my_test.clj: ``` (ns my-test (:require [clojure.test...
some of the tests are still failing. It looks like this is partly because the parser seems to behave differently in some test cases and partly because there are still...
Necessary changes to support alpha version of clojure.data.xml, which supports clojurescript and xml namespaces.
Currently I'm working on a project where we have more elaborate tags than just "vX.Y.Z". This change allows custom git commands and translations for that use case. Please let me...
No back-off or bail-out in worker if Redis consumer fails to connect. -------- When starting a goose worker with Redis broker, if the redis broker is not available (for instance,...