Aarni Koskela

Results 741 comments of Aarni Koskela

@petyaslavova Conflict fixed. I also moved the configuration to pyproject.toml now that it's a thing, and made it more granular. Some of the non-free Redis modules' command modules don't adhere...

The new coverage misses are a bit :shrug:, because evidently those cases weren't tested previously either, they were just conveniently covered by the exception mapping šŸ˜„

``` exepect -> expect assined -> assigned ```

All the locale data in Babel comes from the [Unicode CLDR](http://cldr.unicode.org/) (at least until some planned custom overlays etc. are implemented). I couldn't find [an issue for Pāli](https://unicode-org.atlassian.net/projects/CLDR/issues/?filter=allissues&orderby=priority%20DESC&keyword=pali) in the...

You're looking at the list of language names _in_ English, which is generally accessible with `Locale.get_language_name()`... but that API unfortunately doesn't work for languages that aren't available for Babel, so...

Well, you could compose something akin to a display name from a language name and territory name (`l.languages` and `l.territories`), if you know the territory that language is spoken in.

I'd start by searching in your wildcard files for the item the warning message quotes, to figure out if there is in fact a (structured) wildcard file that has unsupported...

The file would exist somewhere in the venv (virtualenv) directory used by your ComfyUI installation.

This still needs documentation. I have no idea how to use this, or what I'd use it for.

You can change to a different wildcard wrapper string (see https://github.com/adieyal/sd-dynamic-prompts/discussions/808#discussion-7019617). Otherwise, refs https://github.com/adieyal/sd-dynamic-prompts/issues/778...