vemv

Results 426 comments of vemv

Reproduced and reported at tools.analyzer level, sadly there isn't much we can do meanwhile https://ask.clojure.org/index.php/10391/ambiguous-method-signature-method-thrown-clojure-wouldnt

Thanks for the insight! Yes, I got that impression from the codebase and applied a small patch here https://github.com/jonase/eastwood/pull/359 But personally I'd think twice before creating larger changes. I'd have...

Can you share the details of the error? Snippet + stacktrace It would be much helpful to check whether we're talking about the same exact issue.

> == Eastwood 0.3.10 Clojure 1.10.3 JVM 11.0.14.1 == You're using a very old Eastwood version Furthermore you're seeing a NullPointerException - it seems more likely that you're hitting https://github.com/jonase/eastwood/issues/205...

I think we have the same thing in mind: my issue describes interpreting :arglists metadata smartly. `disable-warning` would be generally no longer needed for this specific linter.

Eastwood 0.9.7 silences all honeysql false positives for `:wrong-arity` I'd still like to interpret the regexes more smartly in a future!

~I was consistently experiencing this exact same issue. Then I realised in the logs a reference to a volume image that was completely unrelated to macinbox (i.e. I had downloaded...

What I said above wasn't an actual fix, it worked merely by chance. Here's what worked though: * run in verbose mode * increase the [retries](https://github.com/bacongravy/macinbox/blob/14548eeee943b8999da7a831d15cc9e733f9493e/lib/macinbox/virtual_disk.rb#L68) from 5 to 100...

Hey there, any luck with this one? Thanks - V

Hi @Engelberg ! Thanks for the reply. Sorry as well for the delay, I also was ruminating on an optimal solution for this. Probably a pretty fundamental difference in philosophies...