David Dzhalaev

Results 22 comments of David Dzhalaev

Hi there, in which file you need to modify async function?

and in what place should this be done?

Hello, @effigies, can you confirm this is still an issue?

Hello, @Nothing4You, I think I can try to do it if there is still a need for it. But I have a little problems with aiomysql: - When I run...

> @DavidRomanovizc I see that you still have your fork available, though it's last update on `main` (the only branch there) was in March 6th. If you could push the...

> What you want to use as a basic client? I plan to use the aiohttp. And I see two possible implementation approaches: - Creating a separate file (e.g. async_client.py)...

> What seems to be the issue? Normalize the database relationships by splitting the User table into separate entities and establishing references in the UserMeetings and SettingModel tables.

> @DavidRomanovizc is there anyone working on this issue ? Not yet

> There should not be, this is meant to work like asyncio.run() which does not take a loop parameter. My only hesitation in removing it, is to first introduce a...

> So, I was thinking about possibly subclassing asyncio.Runner, but the source code says not to do that: https://github.com/python/cpython/blob/67bba9dd0f5b9c2d24c2bc6d239c4502040484af/Lib/asyncio/runners.py#L46 > > In which case, I'd be tempted to just copy...