kangalio

Results 84 issues of 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 =...

![Screenshot_20230310_003438](https://user-images.githubusercontent.com/21220820/224184494-07f0173d-1ec1-4ec1-96a6-08d70b270496.png) 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...

feature request

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...

bug