Rick Moynihan

Results 66 comments of Rick Moynihan

What custom ops do you suggest? I was thinking: - `rebl-start-ui` (already implemented) calls `(rebl/ui)` for you. - `rebl-toggle-follow` (would require cognitect to give us a hook for this) equivalent...

Yes thanks for that. I agree that we probably also want an `nrebl-clear-history`, though I've not seen any such function exposed. Also this might be achievable simply by closing the...

Also we should rename all the above to be prefixed with `nrebl-`, as they're really instructions for our middleware not rebl itself.

I'm not sure I follow all the reasoning of your proposal. Firstly: > Profiles are a type of module, and therefore probably should inherit from :duct/module for consistenty. The only...

I’m still not 100% sure I’m clear on the semantics of your proposal… How does it let one specify the priority ordering of profiles? I think the main thing for...

> The prep-config and exec-config would respect the ordering of the profiles you supply. So it would behave as you originally expected it to behave. Great 👍 👍 > I'd...

> One thing I'm curious about; why do you say the metadata is "hidden"? Surely it's only hidden if you're looking at the config in your REPL? Does that happen...

I've been looking into this issue further and it looks like the problem is in ciders wrap-debug middleware. Not sure exactly what causes it but by bisecting the middlewares you...

I filed more on this issue here earlier today: https://github.com/clojure-emacs/cider-nrepl/issues/610 Still not sure of root cause

This behaviour seems to fixed (or at least better) if you run on JDK 12 (maybe 9, 10 or 11 too). I've tried it only on the adoptopenjdk 12 build.