-
**Describe the bug**
You're unable to use signal decorators within classes.
**To Reproduce**
```py
from tortoise.backends.base.client import BaseDBAsyncClient
from tortoise.signals import post_…
-
Hey bear~d~ lovers! _[This was definitively not an obscure reference](https://youtu.be/icuwZt8GcMU?t=207)_
## The start of a journey
The other day I designed a decorator that adds one parameter …
-
### Is your feature request related to a problem? Please describe.
I am maintaining a library where I am using pythons new `@deprecated` decorated, which is useful as LSP's can pick this up and provi…
-
### Python -VV
```shell
Python 3.9.10 | packaged by conda-forge | (main, Feb 1 2022, 21:25:34)
[Clang 11.1.0 ]
```
### Pip Freeze
```shell
annotated-types==0.7.0
anyio==4.4.0
certifi…
-
@trizin I noticed the web3.py upgrade is again reverted. I created this ticket to track this better. Please add to this ticket any information on why the upgrades are reverted, when and how they are m…
-
**Describe the bug**
I encountered segmentation fault when I tried to run the inference code in [StyleTTS2](https://github.com/yl4579/StyleTTS2). After I checked out the code with pdb tools I found t…
-
Hi I am trying the basic tutorial for `plangym`:
```
import plangym
env = plangym.make(name="ALE/RoadRunner-ram-v5")
state, obs, info = env.reset()
state = state.copy()
action = env.action…
-
After merging #365, I noticed a few things I wish I'd flagged, see https://github.com/inducer/pytato/pull/365#pullrequestreview-1147957251. They're not a huge deal, but I think we should address them …
-
### Is your feature request related to a problem? Please describe.
currently it seems computed fields are not supported in tsed/prisma out of the box
### Describe the solution you'd like
according …
-
Classes annotated with `@final` should not allow subclasses, and methods decorated with `@final` should not allow overrides.