Add polling option for watching files
See original GitHub issue🚀 Feature Proposal
As an alternative to using file streams, add an option to poll for files for legacy compatibility.
Motivation
A lot of other tools offer this options (Webpack, nodemon). My current use-case is that docker volumes on windows don’t support file watchers: https://github.com/docker/for-win/issues/56
Example
jest --watchAll poll
would do the trick 😄
Pitch
Compatibility from other systems 👍
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:10 (2 by maintainers)
Top Results From Across the Web
Watch and WatchOptions | webpack
Webpack can watch files and recompile whenever they change. This page explains how to enable this and a couple of tweaks you can...
Read more >Adding Polls to Create Interactive Media - Teaching & Learning
Find the video you want to embed polls into and click on the tile to open the media details page. Select Add A...
Read more >FileSystemWatcher vs polling to watch for file changes
My pattern has been to watch for changes with the files system watcher, but poll occasionally to catch missing file changes.
Read more >Conduct a poll - Microsoft Support
In the sharing stage, click Content List, click the arrow next to the poll that you want to save, and then click Save...
Read more >Now you can have polls in GitHub Discussions: Checkout
GitHub Discussions now features polls where your community can vote on popular questions and topics.Learn more: Presented by: Evi Liu and ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@rickhanlonii Thanks mate, I’ll do some more investigations.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.