michaelvay

Results 7 comments of michaelvay

Hi, Is there an expected release date for this PR?

Hi @liormizr, I am experiencing some weird behavior after updating to 0.5.5 with the new `glob`: reproduce script: ```python from s3path import S3Path p = S3Path.from_uri("replace-with-s3-uri") s3_file = p /...

> Hi @michaelvay > > I just now wrote this test: > > ```python > def test_glob_issue_160_weird_behavior(s3_mock): > """ > from s3path import S3Path > p = S3Path.from_uri("replace-with-s3-uri") > s3_file...

Here is a reproduce script with minio container Run minio: ```bash docker run -d --name minio \ -p 9000:9000 \ -p 9001:9001 \ -e MINIO_ROOT_USER=minioadmin \ -e MINIO_ROOT_PASSWORD=minioadmin123 \ minio/minio...

Hi @liormizr, Thanks for the fast response and fix!

Also having this issue for quite some time, are there any updates?

Hi @colin-ho, Did you manage to reproduce the OOM with multiple datasets and the above sampling? Do you think by any chance we can control the memory usage of the...