Alexander Mohr

Results 302 comments of Alexander Mohr

working on it now! :)

btw tip for next time, you need to do a directory diff across the two versions and apply any changes to methods we've overridden. I'm having to do it myself...

here some work: https://github.com/aio-libs/aiobotocore/pull/974 unfortunately it seems like they've added a new async path for refreshing tokens that we'll need to override :(. If you'd like to help mind researching...

ok will continue asap

compare to https://github.com/aio-libs/aiobotocore/runs/8013297817?check_suite_focus=true where it's passing. Are you using an environment created by the Pipfile.lock?

that's fine, the issue is you need to use pipenv to ensure your python environment has the packages required.

@sublee awesome! Exactly what I was looking for. Seems to work! Thanks! As a tip for others. Syntax is: `$ profiling live-profile --eventloop-aware=asyncio ~/dev/weather/services/arrayds/app/web/app.py -- YOUR_SCRIPT_ARGS`

I've been using http://www.pyvmmonitor.com/ with pretty good success

I just hit this w/ `copy_from_query` and it reminded me of https://github.com/MagicStack/asyncpg/issues/726 (which is an asyncio bug), so I tried w/ uvloop and that seems to fix the problem as...

I think it really needs to be one lockfile per platform because of stuff like: https://github.com/pandas-dev/pandas/blob/v1.4.3/setup.cfg#L33, which each platform has a different version requirement. Otherwise locks would have to munge...