vemv

Results 426 comments of vemv

Thanks! I now see in your updated issue that it boils down to a `Method code too large!` IME hacking on various tools e.g. Eastwood and Cloverage, `Method code too...

...As a quick note, perhaps a `->>` chain with `filter`, `map`, etc might be equivalent to that `for` but without the bytecode size bloat. I do avoid `for`/`doseq` mainly for...

> [...] All and all, I'd really hope for debugger to be robust. That's a fair hope, I'm just informing you that technically is not easy / not a new...

https://github.com/alexander-yakushev/compliment/pull/77

Ok nice! I have a patch around, should be at hand

Hi there! Today @cjohansen was expressing the same issue over Clojurians #cider. I wonder if there's a unit test for instance method access such as `(.| (java.time.LocalDate/now))`? Tried searching it,...

Hi, sorry I never replied to this. I try to use .cljc whenever possible. I share this article's sentiment: > Is all your business logic available cross-platform? https://widdindustries.com/cross-platform/ tldr, .cljc...

The test suite itself runs OK over 1.10.1. It is the [`:injections`](https://github.com/stathissideris/spec-provider/blob/476973ea7dfe02f7048995926fa57ccfe98254a7/project.clj#L15) setup that is causing those errors

It LGTM, not very familiar with this stuff but I checked for things not to be obstrusive, for people not opting in to use classloading stuff. Looks like that's the...

Sounds nice to me, thanks! Can nrepl include 3rd party dependencies? @bbatsov