zSchoen

Results 8 issues of zSchoen

This could improve readability as it is now clear which closure corresponds to which value. A possible example would be: ``` Rust assert_eq!(true.map_true(|| 42).map_false(|| 21), 42); assert_eq!(false.map_true(|| 42).map_false(|| 21), 21);...

Add an option to add extensions in order to analyze further files. As tokei won't know much about the language, it would be able to count only all and blank...

I am using rust_gpiozero v0.2.1 with an Raspberry Pi 4B and found a situation where the library isn't responding to interrupts. I'm not a 100% sure that it is a...

I've compared the "Master Password Hash" at https://bitwarden.com/help/crypto.html with the `keyHash`-value in the `.config/Bitwarden/data.json` value and it is not the same (w/ the same parameters). I did a bit of...

Please clarify in the README's why this crate is recommended for passwords. This surprises me especially as this crate, as far as I know, doesn't support pepper. Therefore, I am...

If you have a Linechart with a lot of entries, the markers decrease accuracy.

Could it be possible to propagate the exit code of a script. This is necessary for CI/CD. If the current behaviour is intended, a flag could be used.

### What would you like to be added systemd has features for [sandboxing](https://www.redhat.com/sysadmin/mastering-systemd). The latest configuration I experimented with looks like this: ```ini [Service] ProtectSystem=full ReadWritePaths=/etc/firewalld ProtectHome=yes ProtectClock=yes ProtectKernelLogs=yes ProtectKernelTunables=yes...

feature
easy