Jonas Neubert
Jonas Neubert
There are a few problems in this snippet: * `8280 9840 33` is not a valid UPC-A code because it is too short. UPC-A has 12 digits. * You have...
Why are the "standard library" functions methods of `BaseRule`? These function don't operate on the rule object itself or use any of its properties, as can be seen at a...
My approach for the one conference where I used `conference.json` as data source was to slugify the first _n_ characters of the titles using [`python-slugify`](https://github.com/un33k/python-slugify) (where _n_ was something in...
This was addressed in https://github.com/boto/boto3/pull/2259 and released as part of version https://github.com/boto/boto3/releases/tag/1.26.32 today. Thanks to @alanyee for the contribution!
Another workaround is to use an [S3 Access Point](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html) in place of the bucket name. For example, let's assume you have a bucket named `bucketname` in `af-south-1` and create an...
Sorry, I am the wrong person to ask this question. I used `imagehash` precisely because I have no clue about any of these algorithms. (And that was a year ago,...
The following is a response to the original issue: > Given a "standard" AWS region name (i.e. us-east-1) and service name (i.e. kms), determine the FIPS region name which can...
Before adding comments to this issue, please consider these two related topics: * We are currently investigating why there are cases where botocore's FIPS endpoint data is inconsistent with the...
> I was about to merge but your PR modified the whole changelog format. Sorry, looks like an over-eager auto-formatter paid too much attention while I paid too little. Fixed...
This appears correct at first glance. Can you share how you discovered this problem? I am surprised that this code has existed for 9 years. Having some details on how...