paul cannon

Results 7 issues of paul cannon

Everything seems to install correctly, but the `bt` command-line tool can't find any clients to talk to (empty output from `bt clients` and `bt list`). After some debugging I found...

The zfec module provides Reed-Solomon encoding and decoding bytewise compatible with the FECpp library and the zfec library from Tahoe-LAFS. Interestingly, although Reed-Solomon is indeed a forward error-correcting code and...

The Gregorian calendar took us from December 31, 1 BC to January 1, 1 AD (there is no year 0). So if you want to know how many years it...

We've been seeing intermittent errors from the audit and repair subsystems indicating failures to download enough pieces to reconstruct segments. In each case so far, it looks like the problem...

Enhancement

I'm not 100% certain this is the right fix for everyone- I haven't checked the librrd api or anything, but at least for my use case I always get one...

For example, ![screen shot 2013-11-22 at 2 43 30 pm](https://f.cloud.github.com/assets/47221/1604493/8b9e7fea-53bf-11e3-8a49-fcb4ec104131.png) I'm pretty sure the line for "success" is just hidden behind the line for "total", but it would be nice...

This short program causes data races when run with the race detector: ```go package main import ( "github.com/spf13/cobra" "github.com/spf13/pflag" "golang.org/x/sync/errgroup" ) var ( _ = pflag.Int("a", 0, "") ) func...