nrepl 2023-06-01

is there an easy way to dump the current middlewares stack from the repl, to troubleshoot middleware ordering issues?

I guess you can just print it while your running a REPL. You have full access to everything in nREPL’s running process.

But you’ll have to do this programmatically, there’s no op API for this.