I’m trying to solve the problem of having to restart my repl when my multimethod function changes. I’m reading https://lambdaisland.com/blog/09-02-2018-reloading-woes and it seems to suggest by wrapping my cider-refresh call with a integrant repl call to suspend and resume i could achieve this. But in order to do that i have to introduce code into my project to support that. Which seems like more work then calling cider-restart for small projects. Ideally i would have a solution that isn’t project specific, but doens’t create even more obscure problems down the line. maybe something i could add to my set of project global settings?