notify icon indicating copy to clipboard operation
notify copied to clipboard

🔭 Cross-platform filesystem notification library for Rust.

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

#### System details Linux (WSL2): ``` $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.4 LTS Release: 20.04 Codename: focal $ uname -r 5.10.102.1-microsoft-standard-WSL2 ```...

A-bug
Z-needs implementation
os-windows

#### System details - OS/Platform name and version: Ubuntu 20.04.3 LTS - Rust version (if building from source): `rustc --version`: 1.58.1 - Notify version (or commit hash if building from...

os-linux
B-unconfirmed

#### System details - OS/Platform name and version: win10 - Rust version (if building from source): `rustc --version`:1.58.1 - Notify version (or commit hash if building from git): "=5.0.0-pre.13" ####...

os-windows

#### System details - OS/Platform name and version: macOS 10.15.2 - Rust version (if building from source): `rustc --version`: `rustc 1.40.0 (73528e339 2019-12-16)` - Notify version (or commit hash if...

A-bug
os-mac

I'm using notify to watch csv files that are generated by another app on windows. During the development stage, all the files tested on wsl, everything were good. However, when...

A-bug
os-windows
Z-needs info

Draft! These most certainly do not pass, but they should compile. - Keeping a note that this raises the msrv to 1.59: 4e43d85bf8aeca5a35d9730a1a9c82fb29d3d8dd

## System details - Rust version (if building from source): `rustc --version`: rustc 1.60.0 (7737e0b5c 2022-04-04) - Notify version (or commit hash if building from git): 5.0.0-pre.15 ### Mac M1...

B-wontfix
os-mac
os-linux
B-upstream

I'm curious what performance/limitations I would face by spawning a new watcher per path that I want to watch: ```rust let paths: Vec = /* some list */; let mut...

#### System details - OS/Platform name and version: macOS Monterey 12.2 - Rust version (if building from source): `rustc --version`: rustc 1.58.1 (db9d1b20b 2022-01-20) - Notify version (or commit hash...

A-bug
os-mac

#### System details - OS/Platform name and version: Microsoft Windows 10 Entreprise Version10.0.19042 build 19042 - Rust version : 1.56.1 - Notify version : 4.0.17 - Filesystem type and options:...

A-bug
os-windows
Z-needs info