Bjorn Lu
Bjorn Lu
Yes, but for `recursive`, it only does the same under the hood for linux (JS-based). Windows and macos have native recursive watching, which should be more efficient. Unfortunately I haven't...
Here's a repro and I'm able to reproduce the issue too: https://github.com/bluwy/chokidar-lots-of-files-repro
I'm able to reproduce this only using lightningcss. Are you sure you're not using lightningcss? With `lightningcss` installed and this vite config: ```js css: { transformer: 'lightningcss', } ``` I'm...
It's already supported via `--no-interactive` or if the terminal is [non-TTY](https://github.com/vitejs/vite/blob/a3d891877ec93b471059e8652270e799e533cee9/packages/create-vite/src/index.ts#L416). The LLM should learn of the flag itself otherwise. I don't think we should add special code paths for...
I personally don't know if we should be hand-holding LLMs if they can't do tasks like selecting prompts. It sounds like a technical issue on their end than us. At...
> In the AI IDE scenario, there is human-machine collaboration, and the same Terminal can be operated by AI and taken over by humans, so it is not a non-TTY...
In a monorepo setup, most package managers should have commands to run on all workspace packages, or certain packages matching dir/name etc. So I think it might not be as...
I think it's worth a documentation section on how to set this up in a monorepo for now.
`inflight` is now deprecated and would be good to bump this to prevent the warnings. ``` publint 0.2.8 └─┬ npm-packlist 5.1.3 └─┬ glob 8.1.0 └── inflight 1.0.6 ```
Thinking about this today, I think it's better to take a step back and not get involved by manually invoking packing. Different package managers have different ways of packing files...