Peter Rabbitson
Peter Rabbitson
The documentation of [WriterConfig](https://godoc.org/github.com/ulikunitz/xz#WriterConfig) is somewhat sparse. I would like to emulate ( in spirit, I understand the algorithm is not perfect ) the result of `xz --lzma2=preset=9,dict=128MiB` Could you...
While reviewing the draft btc spec, I simultaneously came across: - the need to signify uint32: https://github.com/ipld/specs/pull/270/files#r439290012 - the need to signify int64: https://github.com/ipld/specs/pull/270/files#r439297639 - the need to signify uint256...
A couple month ago there was a pretty lengthy discussion on floats: https://github.com/ipld/specs/pull/236#issuecomment-579015374 The consensus (as far as I understand) was that while floats are a necessary evil - we...
Both novices and experienced administrators would benefit from short samples describing typical deployment of go-ipfs fronted by an authenticating nginx or apache http server. Novices would benefit from a dramatic...
Compare the "Other releases" dropdown at http://search.cpan.org/~shay/perl-5.20.2/ To the one provided by metacpan here: https://metacpan.org/release/SHAY/perl-5.20.2 In addition to it being near impossible to find stuff (the RC markers are missing...
Apologies if this is a known issue, I couldn't find it in the existing bug reports. A simple program like this: ``` my @foo; push @foo, $_ || () for...
If `cpan Foo` pulls in a `recommend reqiures` of `Bar` which fails to install AND it happens to be the last thing `CPAN.pm` is processing, the result will be a...
Freshly perlbrewed `perl 5.18.1`, stock bundled `CPAN.pm 2.0`, `build_requires_install_policy` set to `no`. ``` rabbit@Thesaurus:~$ tree perl5/perlbrew/perls/5.18.1/lib/site_perl/ perl5/perlbrew/perls/5.18.1/lib/site_perl/ └── 5.18.1 └── x86_64-linux-thread-multi 2 directories, 0 files ``` A mere `cpan Package::Stash`...
This should probably be changed to /TRIAL$/: https://github.com/andk/pause/blob/master/lib/PAUSE/dist.pm#L254