kangalio

Results 208 comments of kangalio

Searching for `: DateTime` yields no result in serenity which hints that the struct field in question has been fixed since, plus nobody else seems to have this issue and...

Anyone else want to chime in? This issue has had no activity for 4 years and I feel like none of the serenity devs are interested in redesigning the cache...

Is this referring to errors in standard_framework commands, or errors in EventHandler functions?

Alright. Custom error types in standard_framework commands is not going to happen, because development effectively stopped and its [successor](https://github.com/serenity-rs/poise/) already supports custom error types and a central on_error callback. But...

Serenity already supports the endpoint in question ([link](https://docs.rs/serenity/latest/serenity/http/client/struct.Http.html#method.get_bot_gateway)) so I tested it. That tracker of sessions in the last 4 hours only tracks the number of sessions _started_, not currently...

Can we close this issue or is there objection?

This is not really a serenity issue, rather a tokio(+libloading?) issue. The dynamically loaded library needs to have access to the spawned runtime from the parent process. Here are some...

This feature needs to be implemented in serde, not serde-json: https://github.com/serde-rs/serde/pull/2056. We just need to pray dtolnay finds the time someday to click the merge button on that very useful...

Are the other playground feature (Rusfmt, Miri, Expand macros) desirable as separate commands as well?

**A question** For regular code execution we have two variants to dictate how the code should be sent to the playground: `?eval` and `?play`. How should this be handled with...