FallDownTheSystem

Results 8 comments of FallDownTheSystem

EDIT: I think it has something to with the content glob matching, because it doesn't seem to slow down with the following tailwind.config.js ```js module.exports = { content: ['./root.aspx', './folder/nonroot.aspx',...

Thanks for looking into this. I think not scanning the node_modules folder is solid advice 😄 And yes, the memory usage does seem to go back down, but not all...

Also clearly this is not a widespread issue and is mostly mitigated by not doing anything too dumb, like scanning node_modules, so feel free to close to the issue if...

I was testing this by spam saving the tailwind.config.js itself, which produces the same result basically. One thing I noticed is that these lines: https://github.com/tailwindlabs/tailwindcss/blob/db475be6ddf087ff96cc326e891ac125d4f9e4e8/src/cli.js#L763-L772 should _probably_ be inside the...

The behavior still happens, even if the watcher event handlers are empty, so this seems to be an issue with chokidar. That said, moving the lines I mentioned above inside...

> I was testing this by spam saving the tailwind.config.js itself, which produces the same result basically. > > One thing I noticed is that these lines: > > https://github.com/tailwindlabs/tailwindcss/blob/db475be6ddf087ff96cc326e891ac125d4f9e4e8/src/cli.js#L763-L772...

Same issue, 3 years running now, times out even though there are only about 50 databases on the server. Running a query and connecting immediately shows all the databases in...

The new HeroIcons set has already been added to iconify's icon sets, so I believe all that's left to do is to update iconify. Although, I'm wondering if this repo...