Superchupu

Results 178 comments of Superchupu

IIRC vite fixed this by appending `./` to all the results if the pattern starts with `./`

interesting, does this affect any existing package that wants to migrate? (so i know if its a priority to add or not). while it would be nice to add, i'm...

are you sure it was due to this not being present? because i'm guessing whatever issue was reported in cspell worked in fast-glob before they switched

i'm not sure until someone can provide a minimal repro of the exact pattern that fails

okay i see the issue cspell had: tinyglobby can return no results if a negative ignore pattern is used, while fg just ignores the negative pattern

question: considering these two already act in the same way: ```js glob(['*/**', '!src/**']); glob(['*/**'], { ignore: ['src/**'] }); ``` would you expect these two usages to be equivalent to each...

ah, i see why fast-glob hasn't implemented it yet, it's not anywhere as straightforward as i thought it'd be. not sure if i can solve it. i can make it...

how many projects total do you think we should have in the readme? because i feel like the list might at some point get too long

The vs-marketplace one: ![badge](https://badgen.net/vs-marketplace/v/biomejs.biome?label=vscode&icon=visualstudio&color=green)

does `glob` have the same behavior too? if not it might be a `fast-glob` bug