Théo Pomies
Théo Pomies
### Bug description When using a higher order function with a callback, mojo fails to infer/convert the callbacks signature to the argument's expected signature, I believe this bug was introduced...
### Bug description When calling a parametric `map_vector` function I get quite an ironic error message from Mojo: ``` Included from /Users/theopomies/projects/advent-of-code-2023/main.mojo:3: Included from /Users/theopomies/projects/advent-of-code-2023/day1.mojo:5: /Users/theopomies/projects/advent-of-code-2023/helpers/vector.mojo:30:1: note: candidate not viable:...
# Adds support for filtering out gitignored files This feature adds a --gitignore CLI flag and a gitignore (optional) boolean key in the config file for filtering out gitignored files....