Lennart

Results 157 comments of Lennart

Is the `CHOKIDAR_USEPOLLING` environment variable not working for you? > You may also set the CHOKIDAR_USEPOLLING env variable to true (1) or false (0) in order to override this option.

> The plugin README needs to be updated -- If you have any guidance on how you want to incorporate it, I can take a shot at it. The https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-filesystem#options...

It works for me `CHOKIDAR_USEPOLLING=1 yarn develop` 🤷 ![image](https://user-images.githubusercontent.com/16143594/202391977-47968f55-b3d4-41d5-bedd-f3700ba2d681.png) I'd also be surprised to not have https://github.com/paulmillr/chokidar/blob/0f163b89f3ae76607900aa48fec9fa3fdefd7ca1/index.js#L341 working - so with this in mind I'm actually inclined to not add...

Yeah, I fear this is out of our hands then. Best course of action then is to open an issue with them to fix this behavior. Either by introducing a...

> @VagishVela I've been hitting this issue for a while, is there a workaround for it until you release a fix? > EDIT: I'm also happy to work on a...

While I do see the behavior you're describing in your reproduction, I'm not convinced that this is a bug with Gatsby. In your reproduction I also have to double click...

We're working on a fix for this at the moment (no ETA)

Hi, thanks for the issue! Also thanks for the detailed issue. I suppose you updated your app from 4.15 to 4.24 without any incremental updates right? Because the version range...

Awesome, thank you for help on this! We'll have a closer look at this next week 👍

I've re-ran your reproduction again and I don't see the behavior described anymore. I think I saw it when I initially tried it but that could have been just a...