René Föhring

Results 126 comments of René Föhring

Thanks again for reporting this 😀 It is now fixed on `1188-comment-finder-slow`. You should be able to try this by setting the Credo dep to ```elixir {:credo, github: "rrrene/credo", branch:...

@zrzka This was insightful, thank you! 🥳 I pushed an update to the branch, where I reworked some checks. They are currently producing some false positives/negatives, but maybe you could...

Thanks for reporting this 😀 It should be fixed on `master` (sorry for the long wait 😳). You can try this by setting the Credo dep to ```elixir {:credo, github:...

@nathanl I wasn't able to reproduce this either. Mmmh, any other info you can share?

Thanks for reporting this 😀 Great reproduction 😎 It should now be fixed on `master`. You can try this by setting the Credo dep to ```elixir {:credo, github: "rrrene/credo"} ```...

Hi, thx for opening this issue. I am sometimes not getting back to people in a reasonable timeframe and sometimes that is due to not finding the right words to...

I am not against this per se, but I have a feeling that we want to be able to allow your example: ```elixir Enum.map(values, & &1.node_name) ``` or ```elixir Enum.map(values,...

Trying to discuss this in #1222 - surprised there is a PR for it already. Out of curiosity: Did you AI generate this?