Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / gorakhargosh/watchdog issues and pull requests
#1085 - Watchdog 6.0.0 signature bug in PatternMatchingEventHandler.__init__
Issue -
State: closed - Opened by cmikef 8 days ago
- 1 comment
#1084 - Fixes, and clean-up
Pull Request -
State: closed - Opened by BoboTiG 15 days ago
#1083 - Update README Badges
Pull Request -
State: closed - Opened by nhairs 21 days ago
#1082 - [docs] Add typing info to quick start
Pull Request -
State: closed - Opened by nhairs 22 days ago
- 1 comment
#1081 - Fix reading inotify file descriptor after closing it.
Pull Request -
State: closed - Opened by ethan-vanderheijden 25 days ago
- 3 comments
#1080 - File on SMB gets invalid permissions when created in an observed folder
Issue -
State: open - Opened by cmantsch about 1 month ago
#1079 - Use of `select.select()` might trigger a `ValueError` if fd>1024 is passed
Issue -
State: closed - Opened by g-pichler about 1 month ago
- 3 comments
Labels: inotify
#1079 - Use of `select.select()` might trigger a `ValueError` if fd>1024 is passed
Issue -
State: open - Opened by g-pichler about 1 month ago
- 2 comments
#1078 - Use `select.poll()` if available.
Pull Request -
State: closed - Opened by g-pichler about 1 month ago
- 4 comments
#1077 - Question: How does Watchdog deal with files already existing in a directory?
Issue -
State: open - Opened by electricowl about 1 month ago
#1076 - Fix moved_records not cleaned
Pull Request -
State: open - Opened by ksiv about 1 month ago
#1075 - Delayed clearing of event records from moved_events dictionary in a separate daemon thread
Pull Request -
State: closed - Opened by ksiv about 1 month ago
- 1 comment
#1074 - Documentation: python version
Issue -
State: open - Opened by ksiv about 2 months ago
- 1 comment
#1073 - FileModifiedEvent not received after modification through mmap()
Issue -
State: closed - Opened by hinxx about 2 months ago
- 1 comment
Labels: inotify, not a bug
#1072 - FileSystemEventHandler cannot detect changes of files in Windows drives when running from WSL 2
Issue -
State: open - Opened by seanballais about 2 months ago
Labels: inotify, windows, core
#1071 - possible for detecting file flush event?
Issue -
State: open - Opened by lybroman about 2 months ago
#1070 - Properly clean up threads when stopping Inotify. Improve Eventlet tests.
Pull Request -
State: closed - Opened by ethan-vanderheijden 2 months ago
- 3 comments
#1069 - FileNotFoundError when watching a non-existent file for creation
Issue -
State: open - Opened by 8W9aG 2 months ago
- 2 comments
#1068 - Issue with Random Delete Events Being Generated
Issue -
State: open - Opened by RichardRogers1972 2 months ago
#1067 - How to make the watchdog not monitor Python scripts' operations such as opening and modifying files
Issue -
State: open - Opened by chanly921 2 months ago
- 4 comments
#1066 - closed_no_write, update configuration
Issue -
State: closed - Opened by eljeffeg 2 months ago
- 4 comments
#1065 - PollingObserver silently dies when SMB mountpoint is unavailable for some time
Issue -
State: open - Opened by cmantsch 2 months ago
#1064 - Enable OS specific Mypy checks
Pull Request -
State: closed - Opened by BoboTiG 2 months ago
#1063 - fix: correct `tricks` typing be a list of dictionary
Pull Request -
State: closed - Opened by gnought 2 months ago
- 1 comment
#1062 - `kqueue.control()` only accepts positional parameters
Pull Request -
State: closed - Opened by apoirier 2 months ago
- 4 comments
#1061 - core: more types
Pull Request -
State: closed - Opened by BoboTiG 3 months ago
#1060 - feat!: Enable Mypy `disallow_untyped_defs` rule + fixes
Pull Request -
State: closed - Opened by BoboTiG 3 months ago
- 8 comments
#1059 - [inotify] Add support for `IN_CLOSE_NOWRITE` events
Pull Request -
State: closed - Opened by BoboTiG 3 months ago
#1058 - feat: Improve typing references for events
Pull Request -
State: closed - Opened by BoboTiG 3 months ago
#1057 - feat!: more typing clean-up + enforce keyword-arguments
Pull Request -
State: closed - Opened by BoboTiG 3 months ago
#1056 - chore: No more `typing.Optional` nor `typing.Union`
Pull Request -
State: closed - Opened by BoboTiG 3 months ago
#1055 - feat!: Enable `disallow_untyped_calls` Mypy rule + drop Python 3.8 support
Pull Request -
State: closed - Opened by BoboTiG 3 months ago
#1054 - Fix a silent fail if path is a file #1034 (Windows only).
Pull Request -
State: open - Opened by TobiasRzepka 4 months ago
- 3 comments
#1053 - chore: partly move settings from `setup.cfg` to `pyproject.toml`
Pull Request -
State: closed - Opened by BoboTiG 4 months ago
#1052 - feat: Python 3.13 support
Pull Request -
State: closed - Opened by BoboTiG 4 months ago
#1051 - feat: centralize platform checks
Pull Request -
State: closed - Opened by BoboTiG 4 months ago
#1050 - [fsevents] Add missing `event_filter` keyword-argument to `FSEventsOb…
Pull Request -
State: closed - Opened by BoboTiG 4 months ago
- 1 comment
#1049 - class FSEventsObserver.schedule() is missing parameter 'event_filter'
Issue -
State: closed - Opened by josephbertino 4 months ago
Labels: fsevents
#1048 - Update PatternMatchingEventHandler documentation
Pull Request -
State: closed - Opened by nbelakovski 4 months ago
- 1 comment
#1047 - Simplify the quickstart example
Pull Request -
State: closed - Opened by nbelakovski 4 months ago
- 1 comment
#1046 - Ambiguity in setting FileClosedEvent in filter
Issue -
State: closed - Opened by xieyuguang 4 months ago
- 5 comments
Labels: inotify, Help welcome :), Good first issue
#1045 - Threads not cleaning up when closing Observer if using Eventlet.
Issue -
State: closed - Opened by ethan-vanderheijden 4 months ago
- 1 comment
Labels: bug, inotify, Help welcome :)
#1044 - Race condition in Observer.start() and observer.schedule()
Issue -
State: open - Opened by matthew11 4 months ago
- 1 comment
#1043 - Feature Request: Allow functions as event handlers
Issue -
State: open - Opened by za3k 5 months ago
#1042 - [Question] is watchdog support s3fs-fuse mount aws s3 bucket to file system directory monitor
Issue -
State: open - Opened by wangrenjun-vs 5 months ago
- 1 comment
#1041 - Moved file memory leak
Issue -
State: open - Opened by darintay 5 months ago
Labels: bug, inotify, Help welcome :)
#1040 - Improve typing references for events
Issue -
State: closed - Opened by fmigneault 5 months ago
Labels: core
#1039 - [Feature] Allow adding `ObservedWatch` without handlers
Issue -
State: open - Opened by toluschr 6 months ago
Labels: feature, Help welcome :)
#1038 - Is it possible to prevent being connected to named pipe on Windows platform?
Issue -
State: open - Opened by nagok 7 months ago
#1037 - [Question] Is it possible to execute manuall poll?
Issue -
State: open - Opened by matkuki 8 months ago
#1035 - types: Types checks reporting issues after updating watchdog to 3.0.0. Same issue with 4.0.0
Issue -
State: closed - Opened by swetayadav1 9 months ago
- 8 comments
Labels: Help welcome :)
#1034 - silently fails if path is file
Issue -
State: open - Opened by avelican 9 months ago
- 8 comments
Labels: Help welcome :)
#1033 - [core] Run ruff, apply several fixes
Pull Request -
State: closed - Opened by BoboTiG 9 months ago
#1032 - Fix inotify full emitter to accept event_filter
Pull Request -
State: closed - Opened by mraspaud 9 months ago
- 5 comments
#1031 - Unable to find installation candidates on v4.0.0
Issue -
State: closed - Opened by adrielp 9 months ago
- 6 comments
#1030 - Installation fails with 4.0.0
Issue -
State: closed - Opened by wizrds 9 months ago
- 25 comments
Labels: bug
#1029 - Bump actions/upload-artifact from 3 to 4
Pull Request -
State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies
#1028 - Bump actions/setup-python from 4 to 5
Pull Request -
State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies
#1027 - Bump actions/checkout from 3 to 4
Pull Request -
State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies
#1026 - Bump actions/download-artifact from 2 to 4
Pull Request -
State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies
#1025 - failure to build on macos with `-Werror=unguarded-availability-new`
Issue -
State: open - Opened by asottile-sentry 9 months ago
- 4 comments
Labels: bug, fsevents-c, Help welcome :)
#1024 - Version 1.0.2 is not available in PyPi
Issue -
State: closed - Opened by Ant1ng2 9 months ago
- 2 comments
#1023 - On_moved not able to detect moved file/folder on certain path.
Issue -
State: open - Opened by racharya123 10 months ago
#1023 - On_moved not able to detect moved file/folder on certain path.
Issue -
State: open - Opened by racharya123 10 months ago
#1023 - On_moved not able to detect moved file/folder on certain path.
Issue -
State: open - Opened by racharya123 10 months ago
#1022 - Inconsistent Triggering of on_created Event
Issue -
State: closed - Opened by RagnarLothbrok-Odin 12 months ago
- 4 comments
Labels: fsevents-c
#1021 - `watchdog_fsevents.c`: possible to implement a fallback code for < 10.7?
Issue -
State: closed - Opened by barracuda156 about 1 year ago
- 3 comments
Labels: fsevents-c
#1020 - Hack? to fix failing macOS-3.10 tests
Pull Request -
State: closed - Opened by msabramo about 1 year ago
- 1 comment
#1019 - Missing events on Windows 10 (Performance issues)
Issue -
State: open - Opened by BoshenGuan about 1 year ago
- 9 comments
Labels: bug, windows, Help welcome :), improvement
#1018 - FileSystemEventHandler src_path in linux and mac
Issue -
State: closed - Opened by recap about 1 year ago
- 1 comment
#1017 - Update supported versions: remove Python 3.7 and add Python 3.12
Pull Request -
State: closed - Opened by msabramo about 1 year ago
- 5 comments
#1016 - fix: mypy `Unused "type: ignore" comment, use narrower...` errors
Pull Request -
State: closed - Opened by msabramo about 1 year ago
- 2 comments
#1015 - Run black on inotify
Pull Request -
State: closed - Opened by msabramo about 1 year ago
- 4 comments
#1014 - Fix mypy errors introduced by GH-1012
Pull Request -
State: closed - Opened by msabramo about 1 year ago
#1013 - Force FSEvents to use recursive mode to ensure that events are delivered
Pull Request -
State: open - Opened by Rosuav about 1 year ago
- 6 comments
#1012 - Add typing to `dirsnapshot`
Pull Request -
State: closed - Opened by msabramo about 1 year ago
- 2 comments
#1011 - Add `DirectorySnapshotDiff.ContextManager`
Pull Request -
State: closed - Opened by msabramo about 1 year ago
- 5 comments
#1010 - Optionally emit created for existing files on start up
Issue -
State: open - Opened by davetapley about 1 year ago
- 1 comment
#1009 - watchdog Monitor failure
Issue -
State: open - Opened by litaojun about 1 year ago
- 1 comment
#1008 - ModuleNotFoundError: No module named '_watchdog_fsevents'
Issue -
State: open - Opened by dhnam about 1 year ago
- 3 comments
#1007 - How to detect write events?
Issue -
State: closed - Opened by Moosems about 1 year ago
- 1 comment
#1006 - on_modifed not called with `logging.FileHander`
Issue -
State: open - Opened by cibere about 1 year ago
#1006 - on_modifed not called with `logging.FileHander`
Issue -
State: open - Opened by cibere about 1 year ago
#1006 - on_modifed not called with `logging.FileHander`
Issue -
State: open - Opened by cibere about 1 year ago
#1005 - CIFS - polling question
Issue -
State: open - Opened by copossum about 1 year ago
#1005 - CIFS - polling question
Issue -
State: open - Opened by copossum about 1 year ago
#1005 - CIFS - polling question
Issue -
State: open - Opened by copossum about 1 year ago
#1004 - Does the watchdog have a method for detecting function timeout?
Issue -
State: open - Opened by b-niu about 1 year ago
#1003 - When an event occurs, watchdog will always execute function 2 times
Issue -
State: open - Opened by timelessnesses about 1 year ago
- 5 comments
#1002 - fixes a possible race condition in AutoRestartTrick
Pull Request -
State: closed - Opened by ivg over 1 year ago
- 2 comments
#1001 - Documentation and links out of date?
Issue -
State: open - Opened by stumpylog over 1 year ago
#1000 - EventDebouncer loses events when stopped
Issue -
State: open - Opened by ivg over 1 year ago
#999 - EventDebouncer doesn't respect timing after the first batch
Issue -
State: open - Opened by ivg over 1 year ago
#998 - fixes EventDebouncer not producing events
Pull Request -
State: open - Opened by ivg over 1 year ago
- 4 comments
#997 - EventDebouncer doesn't produce events when handle_events is called too often
Issue -
State: open - Opened by ivg over 1 year ago
#996 - Add back globals
Pull Request -
State: closed - Opened by nickcivili over 1 year ago
#995 - Update README.rst
Pull Request -
State: closed - Opened by abcdenis over 1 year ago
- 1 comment
#994 - What should "Example API usage" do?
Issue -
State: closed - Opened by abcdenis over 1 year ago
- 2 comments
#993 - Observer pattern does not work in the soft link directory
Issue -
State: closed - Opened by RogueCultivators over 1 year ago
- 2 comments
Labels: Incomplete (need more info)
#992 - PollingObserver misses some new files when previously seen files are removed
Issue -
State: open - Opened by smola over 1 year ago
- 1 comment