Nick Mitchell
Nick Mitchell
It would be nice to do something similar to mocha and other testing rigs, in distinguishing long- and short-running tasks. Right now `listr2` always adds the timer, if `showTimer: true`...
I think there is an odd couple of issues in the way listr2 handles task output, maybe just to the bottom bar. The main issue is extra newlines. I would...
fast-glob supports `{ stats: true }`, which yields `fs.Stats` objects as opposed to strings. it looks like `index.d.ts` does not account for this? >>> Type 'string[]' is not assignable to...
### Summary globby does not entirely respect fast-glob's `supressErrors` option ### Example ```javascript require('globby')(['validFile.txt', 'validFile.txt/**/*.txt'], { suppressErrors: true }) ``` ### Expected output ```javascript ['validFile.txt'] ``` ### Actual output ```javascript...
the coverage utility is quite helpful. i notice that it increments the penalty for every use of an `any` variable. maybe this is working as designed, but i think it...
I like the ProgressStepper proposal. I would like to suggest that you consider a requirement for “minor” waypoints. See the attached screenshot (from Roon). Note how it has little dots,...
_(Thanks for reporting an issue to micromatch! If you haven't already read the [contributor guidelines](contributing.md), Please do that now, then proceed to fill out the details below.)_ ## Please describe...
Using 6.11.4, the following input is not handled as well as with other tools. ```markdown ### S1 C1 ### S2 C2 ``` ### Actual The second triple-hash is not treated...
## Environment details - OS: Windows - OS version: 10 - node-pty version: 0.11.0-beta17 and beta18 ## Issue description We haven't had a problem with 0.10.0. With 0.11.0 betas on...
**What version of this package are you using?** 11.0.0 **What operating system, Node.js, and npm version?** - macOS - node 16 - npm 8.1.2 **What happened?** The docs state: >...