Ryan Wheale
Ryan Wheale
Here's a fix which does what is expected. My local dependencies (monorepo "packages") are still watched by default. I don't mind manually ignoring them as this only affects monorepos and...
Hey, so I did some more testing and I found that it has nothing to do with a monorepo per se, but rather if the CWD of the watch script...
Regarding the failing test - I am not able to reproduce on my machine (Ubuntu 20). `pnpm test` passes without issue. I hate to be the "works on my machine"...
Please see my reply on the linked issue: https://github.com/esbuild-kit/tsx/issues/221#issuecomment-1732034537
I used code and inspiration from this thread to create a fully async and fully stream'd method for zipping a folder. Here are the main talking points: - Everything is...
I can confirm that npm version 10.3.0 does forward the signals as expected.
I have created a demo repo to showcase the bug. The repo verifies that this only happens in versions of NPM `>=9.6.7
The ci stands for "clean install" - the behavior should live up to the name. If someone needs similar behavior to work cross-platform, you can use `rimraf --glob ./**/node_modules`.
We can add another `switch` in there to handle different knob types. Since there is such a finite set of knobs, and most of them have the same argument positions,...
Hmmm, could you describe your use case with a little more detail so I can visualize it better. The short answer is probably "yes" - but I need to see...