Results 203 issues of Trim21

according to [sphinx document](https://www.sphinx-doc.org/en/master/usage/extensions/napoleon.html#module-sphinx.ext.napoleon)(search napoleon_use_param) ```python def func(a, b, **kwargs): """example function :param a: parameter a :param b: parameter b :keyword arguments: * **arg1** (*str*) -- Description of `arg1` *...

Let's wait until transmission 4.00 is released.

# Description transmission 2.30 (rpc version 13) is released at 2016. remove support for old version for better support.

Please fill in this template. - [X] Use a meaningful title for the pull request. Include the name of the package modified. - [X] Test the change in your own...

## 修改历史 - [x] /v0/revisions/persons - [x] /v0/revisions/persons/:id - [x] /v0/revisions/characters - [x] /v0/revisions/characters/:id - [x] /v0/revisions/subjects - [x] /v0/revisions/subjects/:id - [ ] /v0/revisions/episodes - [ ] /v0/revisions/episodes/:id

#### Is your feature request related to a problem? Please describe. Yes. I'm writing a adaptor to be used in userscript like tampermonkey or Violentmonkey, it use a xhr provided...

In spec, it's response are dash style: https://github.com/transmission/transmission/blob/main/docs/rpc-spec.md#482-bandwidth-group-accessor-group-get but some of it's keys are actually camel case ```json { "arguments":{ "group":[ { "downloadLimit":0, "downloadLimited":false, "honorsSessionLimits":true, "name":"gg", "uploadLimit":0, "uploadLimited":false } ]...

bug
scope:core

I'm using handle (`async def handle(request) -> Response`) in my aiohttp application. it looks like currently it only support class based view, not request. I try a code snippet to...

### What is the issue? I have some almost dead tasks added from magent url in 3.00 and haven't downloaded torrent info successfully. And when I upgrade to 4.0.0 beta...

enhancement
scope:core
pr welcome
confirmed
bug:regression