kangalio
                                            kangalio
                                        
                                    I tried to load FL Studio's "FPC 1 Kick.wav" using hound 3.5.0 but it failed to load with a FormatError `sample bits exceeds size of sample`. VLC also can't open...
It would be great to have the option to format a struct field or enum variant as a hardcoded string. For example: ```rust #[derive(Derivative)] #[derivative(Debug)] struct Foo { #[derivative(Debug(value =...
 https://discord.com/channels/273534239310479360/818964227783262209/1083428613271064657 @Nilstrieb
Runs tests. There's a corresponding playground endpoint https://discord.com/channels/273534239310479360/273539705595756544/930166572658601994
Currently, when a user gives too many arguments to a command, or too few, or their input was malformed, serenity bubbles up the error as a `Error::User`. However, the error...
Code like this can be successfully processed by the `#[command]` proc-macro: ```rust #[command] pub async fn some_command(ctx: FrameworkContext, msg: &Message) {} ``` However, code like this fails: ```rust type Context...