Aarni Koskela

Results 737 comments of Aarni Koskela

@SamRemis Hi, thanks for looking into this! Yeah, I figured this isn't the correct way to fix this given these lines had been added by an automated bot commit anyway,...

I see the endpoint rule set [got updated recently](https://github.com/boto/botocore/commit/9a989600aa603bf27babd960f253b83434989e0a#diff-fdfd0c316c664afdf9aefea1ed3c1d30e66e000758eb93a61bbf74fe2ef47cad), but AISI, no changes to the unused arguments.

> In the past we have had a type issue which affected an older version of the project but not newer versions. In that instance having a thorough typing check...

Thanks to @hannesj for digging around the JS side of the fence – the [AWS JS SDK has a cache for endpoint resolution](https://github.com/aws/aws-sdk-js-v3/blob/2e7d107003aa85474670fbd4e03212c473e23432/clients/client-s3/src/endpoint/endpointResolver.ts#L9) Botocore also attempts to cache these: https://github.com/boto/botocore/blob/7ddc232fff4297fc19f89a70ce95014beb2d77bf/botocore/endpoint_provider.py#L707-L708...

@adev-code Thanks. Please see the PR linked above.

@adev-code Any movement on this? Newer versions of Botocore don't seem to be helping. | boto3 | botocore | awscrt | count | mean (ms) | median (ms) | std...

Please see the PR description. The current latest released version on PyPI doesn't declare it's 3.9+, so it will be installed on 3.8 Pythons, and then fail at runtime.

@mattseymour Yes, that's #273. But it doesn't fix that there are versions out there on PyPI that claim to work on 3.8, but don't. In particular, if any of the...

Ah, this was done via https://github.com/jazzband/dj-database-url/commit/a01d6b15518ff95b3f2f57dbca10237a1954bbc8, apparently.

Hi, thank you for the report. Do you have a link to a .po file "in the wild" that exhibits a `msgstr` keyword having an argument like that? As far...