Eric Culp

Results 5 issues of Eric Culp

Don't panic if reddit returns an error. Instead log the error, wait, and retry. Iterate over comments in chronological order. Also, the peekable iterator wasn't used correctly and consumed the...

The previous method required manually specifying when fields needed to be urlencoded. This ended up in mistakes (e.g. passwords weren't urlencoded). As a bonus, this new method avoids some intermediate...

If you set up veneur-proxy as a Service in kubernetes, then kubernetes will expose that as a single IP address that will transparently assign connections to the actual hosts. E.g....