Aarni Koskela

Results 599 comments of Aarni Koskela
trafficstars

This probably means that the app should parse the EXIF orientation metadata in the photo, if that helps :)

You could also use https://pypi.org/project/pytest-retry/...

> then user will be dealing with two different venvs at the same time, and that would almost guarantee that people will confuse those TBH, with a properly packaged application,...

`extract` never reads existing files – it just overwrites the given output file. Have you tried `--previous` for `pybabel update`? Does it do what you need?

What is your end goal here? 🤔 Also note that `get_timezone()` is just a simple wrapper for `pytz.timezone()` (if `pytz` is installed) or `zoneinfo.ZoneInfo()`; there's nothing Babel-specific about this, really...

Yeah, I think so. My original commit for fuzzy skeletons (fuzzy skeletons, yikes what a horrible mental image) https://github.com/python-babel/babel/commit/cd70395b0f138b7f60b0866f5b2b164f1a025786 refers to [the ICU4J `getBestSkeleton` function](https://github.com/unicode-org/icu/blob/ee93218eabd72406d81f8a1c92a6b9249ceb4de9/icu4j/main/core/src/main/java/com/ibm/icu/text/DateIntervalInfo.java#L1081) as the reference implementation. Apparently...

For the time being, we could maybe just document that `fuzzy=True` may still raise, and fix that in a subsequent version using that recommendation?

#1105 ties somewhat into this.