pfernie

Results 7 issues of pfernie

In considering alternatives for #190, the following scenario occurred to me which seems like the current GC scheme may also be vulnerable to, so I wanted to open as a...

I have (just) published a crate [rdedup-prune](https://crates.io/crates/rdedup-prune) which implements a `prune` command following the semantics of [attic's prune](https://attic-backup.org/usage.html#attic-prune), which I use to maintain my archives. It relies on a specific...

For my setup, I typically create backups locally and then rsync them to NAS/remote storage. I also routinely prune older names, and run `gc` to clean up old chunks. However,...

I often use [structopt](https://crates.io/crates/structopt) over `clap` directly, as I personally find it more readable and prefer the matching semantics for subcommands. I would be happy to submit a PR to...

Addresses #613 for a simple "batteries included" quality-of-life improvement. Adds method `clear(&self)` to trait `cookies::CookieStore`, allowing users to clear a store's contents. Adds method `clear_cookies(&self)` to `Client` under feature `cookies`....

B-breaking-change

This issue is related to #496, although the use case is slightly more general. Currently, as documented in that issue, `warp` handles the `WebSocket` upgrade statically, and elides any handling...

feature

As discussing in [this reqwest](https://github.com/seanmonstar/reqwest/pull/1449) issue, the transitive dependency on the `time` crate causes issues when targeting `wasm`. The upstream `cookie-rs` crate has a dependency here as well, so supporting...