Remi Rampin
Remi Rampin
Fix maybe #138? This takes us away from the standard shlex implementation. It is still not what you want on Windows (backslashes will not be understood), however it should do...
Fixes #6 This changes the ZPAQ parameters to match the official ZPAQ C++ lib's implementations. Of course it causes the hashes and the chunks to be different and is therefore...
Similar to `stream()`, but grow the buffer to accommodate whole chunks. Similar to `whole_chunks()`, but reuse the `Vec`, so only provide one at a time. This is done in dhstore...
I can't pretend to know what the intended behavior is, but it's probably not that:  Clicking on the plus "+" next to "Contributing to Open Source Projects" moves the...
The program already downloads the list of labels from the API for comparison, so it could also have a way of saving that as YAML. This is useful to make...
Labels now have descriptions, which this tool should probably be able to set as well.
``` Compiling rustc-serialize v0.3.19 error[E0642]: patterns aren't allowed in methods without bodies --> /home/remram/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/serialize.rs:147:45 | 147 | &f_name: &str, | ^^^^^^^ ```
#1708 added a PostScanner plugin that allows pluggable post sources, noting that "the only currently existing plugin of this kind reads them from disk". However all info is read from...