Falco Winkler

Results 15 comments of Falco Winkler

No I have this machine: MacBook Pro (13-inch, 2020, Four Thunderbolt 3 ports) 2 GHz Quad-Core Intel Core i5

you mean just running `danger-swift ci ...` without the `swift run` prefix right? i tried it but it leads to the same error. I think the error happens when the...

@mccraigmccraig pls merge

hey, i am also interested in an example for discretised celeba, any way you could make the tensor flow version available @PierfrancescoArdino ?

clojure 1.8 is getting _very_ old by now, it must be one of the oldest on codewars. The experience really is pretty bad if you need to look up the...

@kazk i created a clojure runner similar to the one you posted: https://github.com/falcowinkler/clojure-runner Please let me know if you need support or any improvements on that, would love to see...

done @kazk : https://github.com/falcowinkler/clojure-runner/actions/runs/10201113439/job/28222201009

@kazk let me know if I can support in any other way

"Expected false but got false" is not an issue and it will be reported like this also in standard clojure.test. of course it's confusing but it's only a "problem" if...

it will only display like this for falsey values, which is just `nil` or `false`. So as i said this output will only occur in the two illogical cases `(is...