Sam Stephens

Results 88 comments of Sam Stephens

Unfortunately the originally provided file for reproduction is no longer available. With the current codebase, I've tested `sample_640x360.3gp` and `sample_960x400_ocean_with_audio.3gp` from https://filesamples.com/formats/3gp, and I can upload both samples to be...

I've created https://github.com/aws/aws-cdk/issues/23002 to fix the root issue in the CDK (note I'm not a user of your project, I just saw this during my searches and thought you'd appreciate...

@benoitc I'm baffled why you'd close this. There's been no activity because no one from the project team has looked at it. I just pulled down https://github.com/benoitc/gunicorn/files/12614245/reproduction.zip, updated the `requirements.txt`...

@kingwongf I've found that most of the time I'm wanting to combine the `@limits` decorator with `@sleep_and_retry`, so when you hit the rate limit, the thread sleeps until the specified...

Thanks @pahud . Unfortunately I'm unlikely to be in a position to do this myself, because we're not going to end up using this integration.

@vutran1710 if you're going to close this, you really should remove threaded support entirely. This bug means this library isn't safe to use in any real world multi-threaded scenario.

> > @vutran1710 if you're going to close this, you really should remove threaded support entirely. This bug means this library isn't safe to use in any real world multi-threaded...

@vutran1710 I cannot reproduce with my reproduction in the original issue description. I'll start using the library in the threaded workloads where I encountered this issue, and if I see...

@pharindoko @ColinGilbert what language are you running the CDK under?

I've been playing, and I see this error intermittently. I have a guess as to what is going on here. The empty ZIP error is coming from Lambda when this...