Results 4 issues of TjG

Minimal test case: https://github.com/tjg/excel-templates-test-tables If a template has a table, and you change a column name, Excel will complain. In a way which reduces the trust of someone who reads...

Happy to read the book! On p.114 (published 2012-10-17), you use the example: ``` clojure (comp not not predicate) ``` As I understand, [`boolean`](http://clojuredocs.org/clojure_core/clojure.core/boolean) does the job: ``` clojure (comp...

Just a minor tweak to remove trailing whitespace from defn, when you keep the docstring.

This: `cljbridge.init_jvm(start_repl=True)` results in: `RuntimeError: Failed to create Java VM. Return code = -1` # My context - MacOS 15.7.2, Python 3.9.6 - tested with Java `temurin@17` & `temurin@21` (via...