Alan Shreve
Alan Shreve
Interesting proposal. If we adopted this, it would mean the following: - Most (maybe all) `Handler` chains would need to end with a new `Handler` that inserted the special keys...
It seems like these are two orthogonal problems. One is compression and the other is unarchiving. Since wrapping a decompressor like `gzip.NewReader` or `flate.NewReader` is pretty easy in Go (and...
sorry, there's been no work been done on this yet
It works locally on 1.5.1 but not on circle? That's pretty bizarre.
Some possibilities: - Inside circle, the binaries are being built with their version of Go instead of the one created by gonative - gonative is failing silently and producing a...
@thomasf Thanks for reporting this! I really appreciate it. I will note that even when incorporating the version into the hash/signature calculations, an attacker who compromises the mechanism used to...
Any chance we can put up a PR? Happy to help get this merged. Where are we specifying an empty string key? It seems reasonable for go-logfmt to panic on...
You're absolutely right. I've got some time to spend on these, and I'm going to make sure that the documentation is improved so that it's easier to get started and...
Cool! That makes sense. What kind of tag versioning would be most helpful, semantic versioning?
Well that's pretty cool. I'd still like to get it working on windows without any unix compiler tool chain installed, but glad to know it's not too hard to get...