Oliver Wilkes

Results 40 issues of Oliver Wilkes

## Summary Adds `ChannelType.guild_directory` as documented in discord/discord-api-docs#4701. Closes #164. ## Checklist - [x] If code changes were made then they have been tested. - [x] I have updated the...

p: medium
s: awaiting review
2.2
t: api coverage

## Summary Fixes the following warnings: ```py WARNING: Invalid configuration value found: 'language = None'. Update your configuration to a valid langauge code. Falling back to 'en' (English). ``` Set...

t: docs
p: low
s: awaiting review

## Summary Fixes issue with duplicate search results as in sphinx-doc/sphinx#10227. Fixes #758. ## Checklist - [ ] If code changes were made then they have been tested. - [...

t: docs
p: medium
s: awaiting review

- [x] #589 - [ ] #590 - [x] #591 ### Summary use `typing.Literal["some", "choices"]` instead of `SlashOption(choices=["some", "choices"])`, `nextcord.Range[1, 10]` instead of `SlashOption(min_value=1, max_value=10)` and `Union[Textchannel, VoiceChannel]` instead of...

t: enhancement
p: low
s: help appreciated
2.2

discord/discord-api-docs#5282 shows the new way to resume a websocket, it is unclear how it actually works right now but it should be clearer soon.

p: high
s: awaiting review
t: api coverage

## Summary use `typing_extensions.NotRequired` for optional `TypedDict` fields instead of complicated inheritance ## Checklist - [x] If code changes were made then they have been tested. - [x] I have...

s: in progress
p: low
t: refactor

t: enhancement
p: low
s: help appreciated
2.2

## Prerequisites * [yes] Did you make sure a similar [issue](../) didn't exist? * [yes] Did you update gTTS to the latest? (`pip install --upgrade gTTS`) ```bash ooliver@tooty:~/projects/tooty$ python3.8 -m...

### What happened? revolt - ![image](https://user-images.githubusercontent.com/34910574/168674978-3dfb3c2a-3711-4577-8a07-90371a03bbe8.png) discord - ![image](https://user-images.githubusercontent.com/34910574/168675020-c11f34d3-1af6-4f66-a5b1-3b3869262eea.png) revolt does not respect the browser font scaling/provide a slider to change font size the browser font and `html {font-size: ...}`...

bug

### Summary discord/discord-api-docs#5475 ### What is the feature request for? The core library ### The Problem The above is not in nextcord. ### The Ideal Solution Add `SortOrderMode` enum, `ForumChannel.default_sort_order`...

s: stalled
t: api coverage