Duc Nghiem Xuan
Duc Nghiem Xuan
Personally I don't like this change. By using `chainFirst`, I am **knowingly** ignore the previous value, the intention of ignoring second part was in the function name. But with this...
As I said, it's just a contrived example to illustrate the problem. I got bitten too many times because it's too easy to lose value with a language support mixed...
The type error seems like a good thing to me. Because `release` signature doesn't fit, developer must read the document/or the code of `release` to decide what to do with...
It was reported upstream in 2022!! https://github.com/micromatch/picomatch/issues/115 I tried to fix it with https://github.com/micromatch/picomatch/pull/150 `fast-glob` sidestep the issue by expand braces with `micromatch` before matching