Results 12 issues of Alan Shreve

go-update is currently targeted at only updating a single file. And while it's possible to call it repeatedly to update many files, it makes more sense for an archive of...

enhancement

go-update should allow you to update a file that doesn't exist on the host system yet. (cc: @lukechampine )

enhancement

Building Go 1.5+ from source requires that an existing 1.4 Go toolchain be on your machine and specified via the `GOROOT_BOOTSTRAP` environment variable. gonative will fail if that's not supplied...

help wanted

All of the unix-specific code has been replaced with Go now, so absent any differences in how Go bootstraps itself, gonative should start to work on Windows. Needs testing.

log15's handler interface is likely too flexible for configuration files to ever fully capture the all of the ways you could build a handler tree. That being said, it's entirely...

enhancement

If the underlying connection of a nethandler breaks, all future records will fail to log. It should probably auto reconnect /w exponential backoff in a separate goroutine if the connection...

enhancement

kafka, sentry, logstash, flume, scribe, splunk, airbrake, etc.

enhancement
help wanted

Create a spec describing the protocol

While building an end-to-end test for SP-initiated SAML logout, I needed to implement the IdP side of the SP-initiated logout flow. Before potentially putting together a PR for this, I...

help wanted

The reported profiling duration is actually (time of last query - time of first query), which is not accurate if there is a long period of time between when profiling...