Martin Pool
Martin Pool
An approach to bug #99
For example this can happen if `~` is used in a place where it's not expanded. The error should say which directory is the problem, and preferably also that it...
Yep, it does currently 1. See if the block is already present, in which case we don't need to do the work to compress it. 2. Write to a temporary...
Context: https://github.com/sourcefrog/conserve/issues/172#issuecomment-1206291687 Using `fs_at` would potentially reduce time spent both constructing paths, and inside the kernel on parsing and traversing paths. This probably needs to be threaded through the `Transport`...
One more thought from #177, cc @road2react and @WolverinDEV: Conserve's current format puts blocks into subdirectories with a 3-hex-digit name, from the first 12 bytes of the hash. So there...
To do: trace file IO, investigate any case where an archive file is avoidably read more than once, fix it. Perhaps: emit a warning if the same file is read...
#### Describe your feature request Would it be reasonable to `impl Default` on `RegexSet`, returning an empty set as if it was constructed from an empty list? This would be...
Fixes #905
https://www.biscuitsec.org/docs/getting-started/introduction/ says "Biscuit is a bearer token" which might be taken to mean it has some of the shortcomings of bearer tokens: in particular that anyone that sees the token...
I think cargo-mutants (https://github.com/sourcefrog/cargo-mutants) is pretty helpful for Rust testing. Would you like to bless it?