chriscrabtree
chriscrabtree
Hi, I believe these changes will allow all tests to pass for newer Elixir versions. It took a bit of effort to figure out why they were even failing in...
Elixir internal compiler changes since Elixir 1.10 break some assumptions made in the `clean_mixer` codebase. Would be nice to resolve these so more people could benefit from this project. PR...
Hi, first, I appreciate your work on this project! I was starting down a related path, so I was grateful to find your project. Adding the package to a project...
To make it easier for credo plugin authors, should credo handle the cases where `:message` or `:trigger` values end up as bitstrings? Credo could always convert these values to strings...
What I thought was an issue related to configuration wasn't. :-) It turned out to be me not running the correct steps for what `tailwind_formatter` needs in CI. The existing...
First, I really like the design of this: feels idiomatic, extensible, and explicit. Anyway, I added this with_basic_auth() in my own client code at first, but thought it would be...