James Roseman
James Roseman
@sfc-gh-aling SQLAlchemy 2.0 support was supposedly added last August. Any reason why this still doesn't work 234 days later?  @cladden Your fix has worked...
I see now what's going on. I think the functionality I'm looking for is defined as `feed` rather than something like `article` without `ID` argument, or even `articles`. I understand...
A concrete example: `import ably channel: ably.realtime.realtime_channel.RealtimeChannel` This doesn't work. `from ably.realtime.realtime_channel import RealtimeChannel channel: RealtimeChannel` This does.
It seems like that issue has been open for 241 days. Any indication on a timeline? I'm doing some prototyping to evaluate an Ably solution and having type support would...