str4d

Results 674 comments of str4d

FYI the next version of `rage` will output all plugin communications, as well as plugin stderr, to `rage`'s stderr if the `AGEDEBUG` env variable is set to `plugin`. This issue...

This is pulled in by `pprof`: ``` age v0.6.0 (/home/str4d/dev/rust/rage/age) [dev-dependencies] └── pprof v0.4.4 └── symbolic-demangle v8.3.0 └── symbolic-common v8.3.0 └── memmap v0.7.0 ```

This was closed by afa634fb7724ccc1434653c43581fd4f07edc20c in #296.

`rage` uses the first binary named `pinentry` found in the `PATH`, so you can control which `pinentry` binary is used by placing the preferred binary earlier in the `PATH`. If...

This is related to the `pinentry` binary, which `rage` uses for entering passphrases if available, while `age` does not. I haven't yet figured out what exactly is causing it, or...

Thanks for the PR! I'm generally interested in this change (and supportive of enabling this kind of tunability in the library API), but I suspect it will conflict with a...

`rage` has always rejected non-existent identity files. Originally it would parse the identities from the given files, and then coalesce them (so e.g. identities from the same plugin would be...

If you're referring to `cargo install rage`, I believe this is caused by https://github.com/rust-lang/cargo/issues/8703. The `rage` package includes the `rage-mount` binary which is built when the `mount` feature flag is...

`rage-mount` _is_ passing the `auto_unmount` option: https://github.com/str4d/rage/blob/26f99e2149110591024367275fbaa3d2cbe75878/rage/src/bin/rage-mount/main.rs#L167-L171 So my guess is that this is related to the migration from the `fuse` crate to the `fuser` crate.

[Force-pushed](https://github.com/str4d/rage/compare/09236d8f82b3e08e6a87adc773117055fe6ae2cd..4ecb474e55cf17778b0580f1059f572aaa3d6f2e) to fix formatting errors.