A Brooks

Results 31 issues of A Brooks

Addresses #115. Adds characters listed as allowed in symbols by Clojure's [official page](https://clojure.org/reference/reader#_symbols) on the reader.

According to Clojure's [official page](https://clojure.org/reference/reader#_symbols) on the reader: > Symbols begin with a non-numeric character and can contain alphanumeric characters and *, +, !, -, _, ', ?, and =...

Looking at docs for the [latest version](https://cljdoc.org/d/meander/epsilon/0.0.650), the Cljdoc build fails: https://cljdoc.org/builds/48006. I'm not seeing a Git repository listed on Clojars either, so I'm assuming it's failing to be added...

Added a command to create a project README like [I proposed](https://clojurians.slack.com/archives/C03KCV7TM6F/p1667449864216819) in Clojurians Slack. This is a straightforward change in terms of code. The main questions are more about ergonomics...

Various project templates (for Clojure and beyond) include README templates. It would be handy to have a command to create one conveniently. Original message (which upon rereading, is a little...

This test is difficult to work with as-is because it's one big string, and deep-diff2 (currently) shows only that two strings differ, and not the substrings in particular that cause...

Imagine you get a failing test and you see a test failure. You see two strings, one expected and one actual, that look perfectly identical. Searching through these strings requires...

So far, the only divergence that has a semantic difference is our handling of conflicts between attributes in the map and tag. I think we want to follow Reagent's handling,...

Since we're going for Reagent compatibility, it makes sense to leverage their test suite. https://github.com/reagent-project/reagent/blob/master/src/reagent/impl/template.cljs Follow up of #4 and #5.

When I first tried to run ledger-web, I received an error when it attempted to load the ledger files into the database: ``` Loading database Dumping ledger to file... Dump...