What version of clojure you run does seem to have an impact 👌 Thank you for letting me vent to the channel as I work through the problem 😅
@ciacci1234 I've happily used ProtoREPL with every prerelease build of 1.9. We're on RC1 now (in DEV/QA -- we still have some Beta 4 apps in production along with newer RC1 apps).
Do your project.clj
files also have the proto-repl
dependency in the :dev
profile? Not having that would stop a lot of ProtoREPL stuff working.
Ah really? Good to know, thank you! I’ll try that out
That worked, thanks again 🌸