Tye McQueen

Results 4 issues of Tye McQueen

Please update the "unsupported" case to be more useful. You could provide a browser.IsSupported() that returns `true` only on supported platforms. I find the use of build-time handling of different...

This responds to a review comment for https://github.com/benoitc/gunicorn/pull/3157, because I'd really like these improvements added. I fixed a couple of other places where time.monotonic() should be used as well (and...

Described in Issue #3251

In getting Gunicorn running in Kubernetes and tuning resource specifications, I found that the memory consumption of each pod would just grow over time. In the pull request I'll attach...