Thomas Hopkins

Results 4 comments of Thomas Hopkins

TIL: Chaining `@classmethod` and `@property` is deprecated since Python 3.11 and removed in Python 3.13. I'll try to make a better change for this.

Most recent commit reverts the changes in #864 but I believe they are equivalent now.

@tacaswell Just had to update the unit tests since this is a classmethod now. Let me know if it's okay to merge when the tests pass. Thanks!

Just realized `cached_repeater` is deprecated. ~~What should I use instead? I guess I can write my own loop, if needed.~~ I see that we should not replay only `Msg`s, but...