Hi!
First of all, thank you so much for the great guides and tools!
I am struggling to get https://github.com/practicalli-johnny/clj-find-library alias to work.
I am getting:
Execution error (FileNotFoundException) at find-deps.core/eval136$loading (core.clj:1).
Could not locate clojure/tools/deps/alpha/script/parse__init.class, clojure/tools/deps/alpha/script/parse.clj or clojure/tools/deps/alpha/script/parse.cljc on classpath.
which is puzzling to me, as it seems you have replaced that dependency with tools.deps, as far as I understand, and I do not see a require for it in find-deps/src/core.clj either.
Mind you, I am a complete beginner, so most likely missing something very basic.