Results 166 comments of Ben Sless

I've been thinking about the cases where we interop with Java code. Most JARs aren't distributed with source but it would be nice to be able to peek in a...

Two general comments if you don't mind, as you tagged me in the original issue: 1. I like that you used Caffeine, but I'd bring it in without Cloffeine (opinionated)...

> As I could see, it's a very lightweight wrapper, not sure it's that big of an overhead. Although it's only used in one ns and not much of a...

Could potentially use: https://github.com/f4b6a3/uuid-creator

Thoughts on using [Caffeine](https://github.com/ben-manes/caffeine) as a default cache backend? Already [has Clojure wrappings](https://github.com/AppsFlyer/cloffeine) Another option is using [core.cache](https://github.com/clojure/core.cache). Caffeine is probably more battle-tested. I'd be happy to implement the chosen...

see https://github.com/bsless/tools.jcmd.jfr/commit/3fcbe19da68835f943410dc184396527fcfd71f0#diff-b161966f7254af9c9c5382e859495c69622843e4602a6bb4208e08134e660121R35

I don't mind the slow response, maintainers have a life, too To clarify what I meant with my last question, when I call `cider-inspect-expr`, should that expression be a hard...

To not override the default inspector's behavior, to always display the last evaluation result, I think a good way to go about it would be adding a `*cider-tap-inspector*`

In any case it can/should be inlined, no?