resource-watcher icon indicating copy to clipboard operation
resource-watcher copied to clipboard

A resource watcher for getting changes of your filesystem using Symfony Finder

Results 6 resource-watcher issues
Sort by recently updated
recently updated
newest added

This is a quick fix - the point is to prevent syntax errors in the generated cache file when the filename contains a single quote. Not sure what effect this...

Removed conflict with Symfony 6 and PHP 8. I had to up the PHP version to 7.1 because of PHPUnit forcing `void` as return type on `setUp` and `tearDown`. Also...

# Changed log - Add more tests. - Add ```php-7.2``` test in Travis CI build. - Add ```autoload-dev``` in ```composer.json``` to load the related classes automatically. - Set the multiple...

This library can not be used with Symfony 6: ``` yosymfony/resource-watcher v3.0.0 requires symfony/finder ^2.7|^3.0|^4.0|^5.0 -> found symfony/finder[v2.7.0, ..., v2.8.52, v3.0.0, ..., v3.4.47, v4.0.0, ..., v4.4.44, v5.0.0, ..., v5.4.27] but...

Hi! The logic behind change detection is flawed. It becomes an issue if both file deletion and creation happens between two 'findChanges' call. (Theoretically it can be prevented by polling...

getDeletedResources -> getDeletedFiles