Rob Moore

Results 9 issues of Rob Moore

I'd like to add to use the sslAllowInvalidCertificates and sslAllowInvalidHostnames parameters but it doesn't seem to be possible currently.

enhancement

I noticed this item in the project backlog and would like to express my interest in it. Do you anticipate this will be implemented in the near future?

In the README, I noticed that identityPoolId is shown as a configuration value. However, I cannot find any usage of it within the code base. I see the usage of...

`numpy.asscalar` has been [removed](https://numpy.org/doc/stable/release/1.23.0-notes.html#expired-deprecations) from Numpy in release 1.23. The function is called in: - `facets_overview/python/base_generic_feature_statistics_generator.py` - `facets_overview/facets_overview/base_generic_feature_statistics_generator.py` The guidance in the docs is to use `numpy.ndarray.item()` instead.

Raising SystemExit in event that tap or target return false (indicating a non-zero result was returned from the sub-process). See [CLI: Exit with error code on failure in tap or...

The current behavior is that the exit code is always `0`. Scripts that depend on this code to determine whether to exit or continue fail to exit as a result....

Thanks for your work on translating the book to use Python! I've found it useful. I wanted to suggest an alternative to the current implementation for calculating "blowouts". Instead of...

We are running yas3fs and ran into an instance where we deleted a file on one server and it never is deleted on the other server. Once this occurs, attempts...

We are experiencing cases where files are uploaded to one of the nodes but something occurs during the upload to S3 so that we end up with a partial file....