George Imedashvili
George Imedashvili
> are you want to access `http://localhost:8000/` with parameter unset? I want to access it with parameter unset and in this case the print be {} instead of {"x": None}...
> > Open the browser and call endpoint "/" > > It prints {} > > And > > > I want to access it with parameter unset and in...
> I see. You could use `exclude_none=True` like so: > > ```python > class Item(BaseModel): > x: str | None = Form() > > > @app.get("/") > async def foo(item:...
Insteadof code duplication you could probably import LazyProzy at the end of file with Text filter and call Text.update_forward_refs() as pydantic itself suggests in the error messages... That's how I...
Yeah. sry, I wasn't right. But code duplication doesn't seem to be a good solution. I tried to change imports in aiogram.utils.i18n.middleware, and this helped: ``` from aiogram.dispatcher.middlewares.base import BaseMiddleware...
> Dynamic modules loader is bad way to setup application, so this feature should be discussed internally. Oh, can you explain how is it bad though?
Yes, I understand that it does start the proxy first. But I can't do anything between proxy starting and initializing webdriver, so it doesn't help (in my case webdriver doesn't...
I made a rewrite (not a fork!) for for llama-fs out of fun, it's aiming to fix some problems I faced trying to toy with llama-fs here. Still useless though,...