Remi Rampin

Results 232 issues of 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...

bug

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...

A-question

T-enhancement

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...

T-enhancement

I can't pretend to know what the intended behavior is, but it's probably not that: ![Sidebar](https://cloud.githubusercontent.com/assets/426784/12707013/0a535172-c85c-11e5-972a-7ceaabb2e4c3.gif) Clicking on the plus "+" next to "Contributing to Open Source Projects" moves the...

bug

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...

effort/normal
status/accepted
type/feature

Labels now have descriptions, which this tool should probably be able to set as well.

effort/normal
status/accepted
type/feature

``` 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...

enhancement