FYI - if you run into a weird error complaining ab...
# development
w
FYI - if you run into a weird error complaining about the generator and coroutines after a migration - jump to the definition and ensure it's async. It will save typing grief... I've run into about 4-5 of those so far
This messes with downstream types, so it can be annoying to spot in larger functions