Bruno Penteado
Bruno Penteado
Right now to have something like this that doesnt allow bursts to pass by, there is this poor man's option (and likely also naive) which is something managed outside the...
Ping! Just found this library and it has helping me doing some basic ratelimiting, so thank you for that :) I am feeling some other features are needed though here,...
Also, according to the [spec](http://openid.net/specs/openid-authentication-2_0.html#positive_assertions) (section `openid.signed`), ax attributes MAY be signed or not, so the API should not fail when receiveing unsigned ax attributes: > openid.signed > Value: Comma-separated...
Fixed this in PR https://github.com/aws/aws-cli/pull/6303, please review :)
Activelly cc'ing @kdaily as this thread is a bit slow paced and somewhat quiet
TL;DR: Usecase showing how name clashing during `go install` will cause silent overwrites of previous executables, which will lead to terrible user experience (a tool now is another binary that...