Peter Boothroyd
Peter Boothroyd
When using KazooClient (on macOS) I occasionally get the error: `ValueError: filedescriptor out of range in select` thrown from the `_select` method of `handlers/threading.py` (specifically the line `return select.select(*args, **kwargs)`)....
# JSON Output - Adding JSON option to list command to allow easy parsing of output. - Altering with_message output to be json which can be copy and pasted straight...
Adding ability to override oauth configuration settings via command line arguments - Added args: oauth_refresh_token_endpoint_url, oauth_client_id, oauth_client_secret, oauth_refresh_token_path, oauth_access_token_path - These overwrite the corresponding data in the config files -...
### Describe the bug This is not a contribution. When using the DownloadFile operation on TransferManager to download a subset of a file from s3 using the fileOffset & downloadBytes...
Not a Contribution. [ensure_local](https://github.com/tensorflow/tfx/blob/f6dae5f7915955d968e3d26e1f073983d771aeb1/tfx/utils/io_utils.py#L41) is a function which will download a module file to the local filesystem. However it will currently only do this for a hardcoded set of schemas...
Build status image source stills points at old travis endpoint