Justinas Stankevičius
Justinas Stankevičius
Can't speak for the future of Colmena, but as an alternative you could consider managing your infra using Terraform, and then using its state data in your Colmena deployments. I've...
I do not use flakes personally, so not sure if this would be applicable, but here's approximately what I do (all the machines are amd64, except for a lone raspberry...
So I've just discovered that this does not work properly with the current master of Colmena. Please see this for an alternative. https://github.com/zhaofengli/colmena/issues/31#issuecomment-872930532
Hi @sjlee, Thanks for the PR! This is the first time that I have encountered the middleware pattern on `RoundTripper`. In fact, it is my first time seeing custom `RoundTripper`...
Hi @protometheus and thank you for contributing. Have you considered that any middleware as-is can run actions after the handler has served? Consider this: ```go func log(h http.Handler) http.Handler {...
Sorry for the delay and I hate to be bikeshedding at this point, but one thing I'd like to do with this is clear separation of this model of middleware...
Hi @tegk, You should try [setting the failure handler](https://godoc.org/github.com/justinas/nosurf#CSRFHandler.SetFailureHandler) and logging inside it.
Travis errors out on Go 1.0 and 1.1: these versions are probably not provided anymore by whatever Travis uses (seems to be this [gimme](https://github.com/travis-ci/gimme) thing).
The example should probably go under the "Example" section, not under "Manual token verification".
Hi, As far as I am aware, you do not need to set `Path` for each page: having no `Path` attribute should function the same as `Path: "/"`. `Path` is...