Lukas Domagala

Results 64 comments of Lukas Domagala

It seems to only work for stuff in clojars, e.g. org.clojure/core.async doesn't have versions.

i've been playing around with a representation of the results that has all the data in a way that can be used to display it. I'm not happy yet, but...

@philoskim hey, sorry I didn't get back to this for some time. Hoping to continue working on this sometime this week and try to make debux a dependency of my...

Sorry it took so long @meditans. My version should be mergable. I think there's a tiny bit of cleanup left to not waste memory if you're only printing.

I agree with @bbatsov. I was confused when I first found orchard through nrpel. A basic overview of the namespaces plus a few usage examples would be helpful for anyone...

I think I'm misunderstanding something since we mostly have this already in transit format, at least for the external deps. So now the question is, what's the best way to...

My perspective was tooling that runs side by side with clojure-lsp, so a live view would be helpful. I guess those are two different use cases though.

I was thinking more of a second tool wanting the clj-kondo analysis during editing, i.e. Omni-trace, but same requirements, yeah

@michaelsbradleyjr i just someone who has built a clever workaround for the whole "macroexpend in macros in cljs" problem [flowstorm instrument](https://github.com/jpmonettas/flow-storm/blob/master/src/flow_storm/instrument.clj)

"type → function" map sounds like a good start, although it would be great if the dispatch was a little more "general"? since most of us are dealing with maps...