Lukas Domagala

Results 64 comments of Lukas Domagala

@JJ-Atkinson @bpiel I've been playing around with getting [https://github.com/philoskim/debux](https://github.com/philoskim/debux) to save it's output instead of printing it directly. The idea is to get something like [https://github.com/day8/re-frame-debux](https://github.com/day8/re-frame-debux) that's not generic and...

@bpiel @JJ-Atkinson so because there weren't enough tracing implementations, I wrote [omni-trace](https://github.com/Cyrik/omni-trace) ... kidding aside, I was playing around with Sayid as cljc files and wasn't getting anyway, so I...

Makes total sense, thank you for the explanation! I was hoping you had it partially implemented since the full demo has tooltips and selection working. If it's not too much...

@danmarshall Thank you, but I meant the code in SandDance that does the selection and tooltip display. Unless of course, the full SandDance demo isn't based on the vega-deck.gl module....

Yes, this is only a problem if you mix sources and recompile the java part.

Thank you @plexus, I'll have a look at Virgil.

Yes, @bbatsov. We'll add a section about it in the calva docs, but it probably wouldn't hurt for nrepl to also mention it somewhere.

Thank you. I was aware of it and looked at it when I was trying to extend debux but I never got the debux tracing part of it to work....

doesn't work anymore on jdk 17 since --illegal-access=permit was removed. but for some reason it didn't work for me on jdk 11 either

@jumarko thanks for the help. I just tried in your repo with jdk17, it works for seqs and maps, but breaks on most other things, like: ```clojure (mm/measure '(1)) (mm/measure...