PythonCoderAS

Results 97 issues of PythonCoderAS

### Description of the changes Changes a note box to an attention box. This is done because the contents of the box should be emphasized. ### Have the changes in...

Category: Docs

## Website - Name: MadaraDex - Link: https://madaradex.org/ - Language(s): English ## Other details It is a **Madara** site.

New Website

For user profiles utilizing the "Modern About Me" feature, the `users//about` endpoint returns a null response. ```json { "data": { "about": null } } ``` It would be ideal if...

feature request

TypeScript disallows type hinting the variable in a for-of loop. When the `unicorn/no-for-loop` is used, it assigns an array type to the variable, which is invalid TypeScript. `unicorn/no-for-loop` ```ts const...

### Summary The bot does not automatically sleep on 429 errors if getting message history for lots of channels. ### Reproduction Steps My bot gets a list of all guilds...

needs info

If I define two commands and mark one default, the returned help text via `cli.js --help` shows the arguments as if no command was called even though I can supply...

### Checks * [x] I added a descriptive title to this issue * [x] I have searched (google, github) for similar issues and couldn't find anything * [x] I have...

bug

**STOP!!** Before submitting this feature request, make sure you have filled out the information below and renamed the title of this issue (ex. `[Feature Request] Please add 9ani.app to NineAnimator`)....

enhancement

**Describe the bug** The typing for ValuesListQuery.__await__() is incorrect. The current code reads: ```py def __await__(self) -> Generator[Any, None, Union[List[Any], Tuple]]: ... ``` However, what it should read is: ```py...

**Describe the bug** If I make a complex query with conditions that will not work, then instead of erroring Tortoise will change parts of the query in order to produce...