Navin Peiris
Results
2
issues of
Navin Peiris
On mobile chrome the navbar takes a little while to disappear and doesn't work as smoothly as in mobile Safari or desktop versions. Thanks a lot for this, awesome plugin!
In credo version `1.7.14`, `Credo.Check.Refactor.MatchInCondition` fails with the error message "Avoid matches in `if` conditions." when using pipe operator Example: ```elixir # this fails with: "Avoid matches in `if` conditions."...