Ivan Kirpichnikov

Results 21 comments of Ivan Kirpichnikov

```py from abc import ABC, ABCMeta from enum import Enum from typing import Final, Generic, get_args, get_origin, TYPE_CHECKING, TypeVar from dishka._adaptix.type_tools import is_generic IGNORE_TYPES: Final = ( type, object, Enum,...

```py def aiogram_middleware_inject(func): return wrap_injection( func=func, is_async=True, container_getter=lambda args, kwargs: args[3][CONTAINER_KEY], ) ``` here is the finished inject decorator

integration with taskiq is available

please describe your problem in more detail

> `WithPartent`**s**? WithParents. Yes

it was a problem on my part

Hello. No way. I thought that the problem was on my side, but after a while I realized that it was not on my side. As a result, I threw...

> Reopen the issue please done

> [@IvanKirpichnikov](https://github.com/IvanKirpichnikov) Sorry for a year of waiting I may have come up with a solution. > > msg = system.gai_strerror(sock_err).decode('utf-8', errors="surrogatescape") > > do you think surrogateescape will pass...