Joakim L. Engeset
Results
2
issues of
Joakim L. Engeset
When `neil dep add` fails to add a dependency, it still exits with code `0`. ```sh # bash $ cat deps.edn {} $ neil dep add "com.cognitect.aws/s3"; echo $? 0...
It would be useful if the library provided async-capabilities for finding files, such as a callback-based API for fs/glob and fs/match. That way we could traverse large file-trees in the...