Lev Vereshchagin
Lev Vereshchagin
I experience the exact same issue.
@sbasmanov Перестал пользоваться Home Assistant, HomeKit и кастомными конфигурациями)
Any progress on this?
I think it uncommon to not want a `.gitignore` when generating a new project with `hatch new`. The only case I can think of is monorepos, I guess
Can those features be implemented in a way that wouldn't break type checking and require `typing.cast()` usage?
Hi! This seems to be an important and problematic issue: cleanup stage won't be executed if client cancelled request. This hurts bad in my case. I want to initialize—and shutdown...
Thanks for your answer. I didn't mean to be rude, sorry. This issue seems to be a two-piece, I have opened the issue on Litestar side as well as writing...
> ```python > async def iter_something() -> typing.AsyncIterable[str]: > async with asyncio.TaskGroup() as task_group: > task = task_group.create_task(print_every_second()) > yield "hi" > task.cancel() > ``` This snippet basically means this:...