Andrew Lai
Results
2
issues of
Andrew Lai
Copied from a Slack thread https://clojurians.slack.com/archives/CLDK6MFMK/p1680790963043859 ---------------------------------------------------------------- I came across a Malli behavior I didn’t understand and wanted some advice. When I chain two mu/assoc-in calls, it seems like the...
Context: I'm using `rules_clojure` to build a Clojure jar that includes some resources that my application depends on. For example, I'm including files from the folder `resources/migrations/` where I plan...