-
-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A better workaround for atomic writes #791
Conversation
Posting here to confirm that this PR fixed our issues in Parcel. |
This reverts commit 8f56261.
@SGrondin fixed issues in Parcel and broke in Gatsby... |
@paulmillr do you have any ideas for how to fix this without breaking other tools? It's unclear to me why gatsby failed... I might even have the time to do a PR ;) Refs: In the meantime #742 and #237 should probably be re-opened, right? |
Hello. I noticed a problem with docusaurus a few days ago, and traced it back to this apparent problem in chokidar. This is the issue: facebook/docusaurus#5252 . I've set up a repo to reproduce the issue: wpyoga/repro-docusaurus-5252, hopefully that can help to diagnose the problem. I've only tried it on my Linux laptop though. The problem manifests itself in this way: when I run the docusaurus development server, and then make changes to its config file Based on my experiments, what I think happened was:
Since this is actually a PR, should I post this on an issue somewhere? Maybe on #742? (but that issue has been closed) |
This fixes #742 and fixes #237.