Auguste Charpentier

Results 20 issues of Auguste Charpentier

Hey, I'm writing this issue after a conversation in #advanced-coding where I initially suggested the following change. Config is great, allows anyone to store stuff easily within Red, but it...

Type: Feature
Status: Needs Discussion
Category: Config

### Type - [ ] Bugfix - [ ] Enhancement - [x] New feature ### Description of the changes This is the new Debian package for Red discussed in #4199....

Type: Feature
Category: CI
Category: Meta

This PR adds a button to the "Fire source" script (from InteractionSystem/Longbow) to set the component on fire without a nearby fire source. I found this very useful when testing...

The deadline is coming, Discord will soon remove message content for most bots, forcing us to migrate to slash commands. It has been told countless times that Red does not...

Status: Accepted
Category: Bot Core
Complex Issue

I find this library great, but it has no support at all for interactions and views. My bot fully relies on interactions and has no text commands, thus I cannot...

I have a paginator defined like this ```rs #[derive(Debug, Serialize, ToSchema)] #[aliases(PaginatedCat = PaginatedResponse)] pub struct PaginatedResponse { pub count: i64, pub previous: Option, pub next: Option, pub results: Vec,...

bug

Hello, after a discussion in AC, I started working on a Debian package (`.deb`) for Red-DiscordBot, with all the automated stuff. Doing this will make the install process as easy...

Type: Feature
Status: Needs Discussion
Category: Meta

### Type - [x] Bugfix - [x] Enhancement - [ ] New feature ### Description of the changes When using `typing.Union` for a command argument, multiple conversion errors can happen...

Type: Bug
Type: Enhancement
Status: Needs Discussion
Category: Core - Other Internals

Hello, I noticed my vim started taking a very long time to start recently. After profiling with `vim --startuptime`, turns out `vim-lsp-settings` takes a full two seconds to initialize! ```...

Hey, some users are asking me an edit message feature for my Say cog and I redirect them to your cog. However, I noticed it's not really easy to use....