Bryan Forbes
Bryan Forbes
> Thank you, this looks pretty great! A few nitpicky things inline. > > I share @Pike's concern about `str` also qualifying as an `Iterable[str]` as well as a `Sequence[str]`,...
Can you give me an example of the problem you're encountering in a code sample?
> Fixed by specifying the type as a string (`"Pool[Record]"`). Feels like a hack though. This is because the `asyncpg` classes do not inherit from `Generic`, so they aren't subscriptable,...