clerk

mkvlr 2023-09-28T12:37:34.232929Z

just tagged a new release: {:mvn/version "0.15.957"} , see the https://github.com/nextjournal/clerk/blob/9c38ff3ef240c9bd21e596792adb2ebdbb5a738d/CHANGELOG.md#015957-2023-09-28.

🔥 3
🙌 3
mathpunk 2023-09-28T15:35:43.336909Z

Hey, I went to use this https://github.com/mentat-collective/clerk-utils-custom-template which I used successfully on another machine, and this time it didn't work for me.

mathpunk 2023-09-28T15:36:15.110359Z

$ clojure --version
Clojure CLI version 1.11.1.1413

mathpunk 2023-09-28T15:37:06.956959Z

$ clojure -Sdeps '{:deps {io.github.mentat-collective/clerk-utils {:git/sha     "40e7c7bd358c95d1cc96d76eb6ae5099868e500f"}}}' \
-Tnew create \
:template clerk-utils/custom \
:name tom.henderson/code-review-analysis
Creating project from clerk-utils/custom in code-review-analysis

mathpunk 2023-09-28T15:37:18.472979Z

$ bb clerk-watch

mathpunk 2023-09-28T15:37:37.489319Z

Sam Ritchie 2023-09-28T15:50:16.934439Z

taking a look now

Sam Ritchie 2023-09-28T15:54:42.941739Z

works fine for me with this version of clerk-utils, give this a try: 7edf8bd08c7119c94374face9a2797507edb9500

👍🏻 1
Sam Ritchie 2023-09-28T15:55:44.060829Z

strange that that version didn’t work though

Sam Ritchie 2023-09-28T15:56:17.815679Z

(I didn’t try with the version that was failing for you, I only tried with this latest version)

mathpunk 2023-09-28T16:28:34.597469Z

Latest is fine! Thanks