Peter Schutt
Peter Schutt
I've been looking into this issue recently for Litestar and it would be great to continue the conversation. Like others, we have a lifespan context manager that is entered on...
Closed in favor of #3296 - thanks for taking a shot at this @jw-can. I've decided to take a more deliberate approach than relying on the openapi type.
> What about `(cookie, cookie)`? Can't think of anything else that'd be simple and keeps the signature. For the 'else' clause right? Sounds right to me.
I've run into what I think may be an issue with forward ref resolution in 2.0. I've put an MVCE here: https://github.com/peterschutt/sqla-mvce. If a base class is defined in a...
> This seems a bug or at least something that should be documented. Can you open a new issue? [Done](https://github.com/sqlalchemy/sqlalchemy/issues/8742). LMK if anything I can do to help. Cheers.
> seems there's no way to reflect `JSON` or `JSONB` 's python type. so should I remove JSON, JSONB in types maping? or treat it as dict by default?. becuase...
TLDR; --- +1: - change improves simple case of single event type subscription (no type narrowing required in callback). +0: - multiple event type subscription is not any worse than...
This is the nicest I've been able to get the behavior (diff is against this branch, and only adjusts the async scheduler interface, other interfaces would have to be updated...
> Could you make this a PR instead? yep, will do.
Will look at this in combo with #721 once I get some bandwidth. Taking a bit of leave over xmas, so that'll be most likely when I'll work on this.