Alexander Mohr

Results 302 comments of Alexander Mohr

I think it's worth looking at the poetry file format for this type of scenario: ```yml [package.dependencies] numpy = [ {version = ">=1.18.5", markers = "platform_machine != \"aarch64\" and platform_machine...

@matteius for that example yes, it just points out that each platform could have a totally unique dependency, like mac = 1.0, windows = 2.0, linux=3.0. You can't always simplify...

@matteius ya, it would be nice to have the lockfiles be per arch, perhaps like Pipfile.w32.lock or something. Given you can have runtime dynamic dependencies it makes more sense to...

btw, perhaps one way around this is by loading `.env` during `pipenv install` ? Then you can specify things like `PIP_NO_BINARY`, however that would not be module specific

interesting, in our project we had moto[server]==4.0.8 + werkzeug==2.2.2 and I was seeing hangs. Going back to 4.0.5 fixes it

> @thehesiod Do you have a reproducible test case, or a specific API call that always hangs? will try today to get one

aha, the moto server endpoint is returning a 500 during a bucket paginate operation causing it to retry multiple times and eventually time out...digging deeper ``` 'method' = {str} 'GET'...

issue is due to this line: https://github.com/spulec/moto/blob/master/moto/s3/models.py#L1616, it's throwing an exception because it's copying a very complicated structure which has stuff like threading locks and what not in it. ```...

hey @terrycain for the delay, been nuts. Hey some good news I got my first sponsor for this project, can I share a few bucks with you?

hey sorry been nuts, got covid and perhaps RSV too from our kids one of my highest priorities is getting this in, really want to look at this in detail