David Novakovic
David Novakovic
I've looked into this a little bit more. Working backwards from the raw cursor level: 1. The engine will need to return a deferred from the execute_\* methods: `lib/sqlalchemy/engine/default.py` 2....
I haven't used aiopg but FWIW asyncpg is great.
Just noticed when i explicitly give flake8 an empty config I see the missing errors.
I'll put together a minimal case to repro tonight. Thanks for checking this out.
Somewhat seems to be related to what I'm seeing. I'm actually trying to run tests in trial that test code which is decorated by wait_for. Without any setup I get...
Actually @itamarst I totally misread the doc about wrapped_function - that's working as expected with `no_setup()` now! But, duly noted about not using the async test case.. thanks :)
I have a minimal example that reproduces this for me 100%. Seems to happen when using completion inside calling another function. 
Actually I think I had a typo in my conf - for some sill reason I'd put quotes around my "2" in show_call_signatures. Upon testing a bit more, it seems...
Yeah that matches my understanding too. Just to clarify I'm doing this: 1. press fn and (m) together - m being the macro key or right hand alt key -...