Jan Scheer

Results 4 issues of Jan Scheer

fixes #3765 There exists a race condition (RC) that can occur if changes to a path happen after the initial print loop in `uu_tail()`, but before the path is added...

@jfinkels I took the liberty to open a new issue with a summary for all the findings you published in https://github.com/uutils/coreutils/issues/3447 `gnu/tests/dd/skip-seek-past-dev.sh` runs ```bash device=$(df --output=source . | tail -n1)...

U - dd

Some files have a `spell-checker:ignore` line (that can be huge sometimes). I guess some editor uses this. However it's cumbersome to maintain these while doing code refactors, etc. and they're...

I want to use the benchmarks, but I don't understand how the criterion toggle is supposed to work. After moving `example.rs` to a `main.rs` "cargo run" works just fine. However,...