Michael Berdyshev
Michael Berdyshev
Hello! Thank you for this simple and awesome library! In my project, I was trying to log some useful information right after the log files rotation, so I added a...
I changed the example from the repository description to provide infinite query retries until a successful answer: ```python import asyncio import aiodns loop = asyncio.SelectorEventLoop() resolver = aiodns.DNSResolver(loop=loop) async def...
**Describe the bug** A migration doesn't provide the `name` property of Enum if `sqlalchemy.Enum` is augmented with `sqlalchemy.types.Decorator`. Even if the `name` property is explicitly given. **Expected behavior** The property...
My application works in a Windows environment where internet dropouts may happen. If the app makes a DNS query at such a moment, it can't get the answer even when...