Victoria Casasampere Fernandez
Victoria Casasampere Fernandez
They allow sending messages and attachments along with webhooks, but they are not a TextChannel still, as they lack many other features such as Slowmode, Descriptions, Channel Follows and Threads....
> Hey, yes you can using `scopes`. Each scope can register independent middlewares and it's also a nice utility to group related resources/endpoints! More information here: https://docs.rs/actix-web/3.3.2/actix_web/struct.Scope.html I do not...
Here's a cut down version of what's currently being done. Note that the values for the interval and max requests are static, and will always be the same no matter...
Is this going forward? Actix 4 is long out of beta (only actix-rt, upz)
This shouldn't be an issue anymore, as the x-ratelimit-* headers are now followed on webhooks, when they didn't used to. More details in #1120
report it here https://github.com/CoFH/Feedback/issues
There should be a way to configure this, having a different cursor behaviour inside gamescope than outside it makes playing some games (like osu! or shooters) really hard. This should...
Enabling the feature does fix compilation. Shouldn't the behaviour be documented? I don't see it being mentioned on `Mutex` nor `MutexGuard`
Having Message inside Context would mean that it would have to be in an Option, making it less convenient to use, as FrameworkContext may appear in methods that do not...
wasm-bindgen with web-sys works for events, I'm also able to use lazy static with Mutex to share data between the event and iced. Now the issue is, how do i...