Paweł Kraśnicki
Results
2
issues of
Paweł Kraśnicki
It would be really useful if Criterion reported quartiles (i.e. the 25th percentile, median and 75th percentile) of the execution time in its terminal output. Unlike the mean and least...
Enhancement
Currently, Linguist has a 100,000 file limit hardcoded in `lib/linguist/repository.rb`: ```ruby protected MAX_TREE_SIZE = 100_000 ``` When the number of files in the repository exceeds that, Linguist gives up and...
Improvement