notify icon indicating copy to clipboard operation
notify copied to clipboard

🔭 Cross-platform filesystem notification library for Rust.

Results 138 notify issues
Sort by recently updated
recently updated
newest added

The change of the event serialization (#558) requires a release of a new major version. Are there other breaking changes that we should make before rolling a new release? My...

List of things to change in v7 - [ ] (maybe) PollWatcher: change timeout between intervals to include time spend performing work - [x] Config: Replace deprecated `poll_interval` signature with...

A-enhancement

There is inconsistent behavior when modifying the root resource (file or directory) in different ways, so wanted to document them. This is not so much an error as documentation of...

A-enhancement
B-doc

I'm working on a project that monitors two directories and synchronizes files between them based on specific metadata. I'm attempting to write unit tests that validate the expected behavior by...

A-question

On Linux, kernel 6.5.13 but probably applies to all versions. No VM/root/container/etc, ext4 filesystem. Notify version 6.1.1. ### Repro steps ```rust let watcher, rx = ...; let temp = tempdir()?;...

#### System details - OS/Platform name and version: `Darwin Kernel Version 18.7.0: Tue Jun 22 19:37:08 PDT 2021; root:xnu-4903.278.70~1/RELEASE_X86_64` - Rust version (if building from source): `rustc --version`: `rustc 1.72.0-nightly...

A-bug
os-mac
Z-help wanted
B-unconfirmed

I ran into a case where, specifically in inotify, if I'm watching a directory and the user does not have permissions on a subdirectory, the watch will fail. Added a...

I'm new to rust, and the feature I want to implement is to watch the folder under "D:/ working directory /tools" and whenever a new file appears, return a line...

A-question

#### System details - OS/Platform name and version: MacOS Sonoma 14.0 with Apple M1 chip - Rust version (if building from source): `rustc --version`: rustc 1.73.0-nightly (0e8e857b1 2023-07-16) - Notify...

#### System details - OS/Platform name and version: macos with intel chip - Rust version (if building from source): `rustc --version`: rustc 1.65.0 (897e37553 2022-11-02) - Notify version (or commit...

A-bug
os-mac
B-unconfirmed