Moshe Zadka
Moshe Zadka
Currently, for exponential-backoff-with-jitter, you have two options: * A constant jitter (additive) * `random.uniform(0, exponential_wait_time)` In my code, I like 10% jitter -- this way it is proportional, but is...
In that case, instead of merging, we override Fixes: #476 ## PR Checklist: - [x] All new features have been tested - [x] All new features have been documented -...
If there are any messages pending, flush them before doing anything else. This makes it more likely that callbacks have a chance to run before the producer is closed, which...
If I change a subparser, I want the parser to notice the change. It is ok if it's explicit.
Not ready yet -- doesn't support configuration, some geometry bugs
Currently this is a minimal refactoring that allows calling an API to build. I've done minimal testing, but mostly I want this out there so we can discuss if this...
I have a wrapper for building executables that I would like to move from pex to shiv. However, the API to build executables is not exposed. It seems like starting...