Benjamin Sago

Results 3 issues of Benjamin Sago

On [exa's website](https://the.exa.website) I describe exa as being a *replacement* for ls, rather than, say, an alternative. I think this has ruffled the feathers of a few people who read...

community › metabug

There should be some way to have dog emit statements when packets are sent and received, so a user making lots of requests (or a user who is just curious)...

feature request

GitHub performs [rate limiting using HTTP headers](https://developer.github.com/v3/rate_limit/): ``` X-RateLimit-Limit: 60 X-RateLimit-Remaining: 51 X-RateLimit-Reset: 1527514890 ``` StackOverflow uses [throttles](https://api.stackexchange.com/docs/throttle): ``` { ..., "quota_max":300, "quota_remaining”:278 } ``` The easiest way around this...