Konstantin Rasputin

Results 11 comments of Konstantin Rasputin

the lang parameter is not really meaningful there, it also translates a couple of words. Also we have this function: https://github.com/HyDE-Project/HyDE/blob/1c0dffd5258f35b4b4f82165cdf45110adf083d7/Configs/.local/lib/hyde/weather.py#L155-L172 so we will also have to make translations on...

you can make a request for en language and for any other and compare. It's also a bit odd that there's no indication of which language was actually applied —...

![Image](https://github.com/user-attachments/assets/b08aba4a-4682-463f-9a58-ba10f0c0713a) We can only translate this word in the box (if i am not mistaken). So I'm not sure if this would look good :\

have the same issue with minmal configuration and manual partition (have Windows at the same disk on another partition)

archinstall just uses localects --no-pager list-keymaps to get all the locales (so it would be quite difficult to map each layout to a country, especially in cases where it does...

@YuriiMotov yeah, sure.

it tuned out that the only thing that should've been added is the factory argument to the cli. (btw uvicorn can detect whether passed object is a factory and call...

I feel like there's need to rename '--app' argument to something like 'candidate' because factory is not an app (and i do NOT like this idea), that's why i decided...

Well, the --app issue sounds more like a naming issue for me, that's why I'd like to wait for the owner\contributor (all these fixes require owner's interventions) I'm OK with...

To sum up: Extra arg to the cli (--factory) was added (works only with --entrypoint argument). Recommended way of running an app with factory is `fastapi run -e path.to.module:factory --factory`...