Rootspring
Rootspring
This PR adds support for (primitive) request caching for certain routes as well as the ability to 429 instead of 408 on a context deadline exceeded error. It also adds...
Discord sends guild_scheduled_event amongst other fields in GuildCreate events. This is however not supported by Twilight (seemingly)
I dont expect it to get merged but this PR adds websocket support, fixes up state, switches to concurrent swiss map from the sync.rwmutex+maps (fixes panics on mutex unlock), and...
Would it be possible to add cbor marshal/demarshal support as well?
NOTE: This PR is not intended to be merged as-is. Its just a PR of the changes made in case upstream wants to use parts of it for themselves.
I’m trying to run mlua in a tokio spawn local through a threadpool for luau However, errors in rust function seems to cause un-unwindable panics due to my usage of...
When using serenity behind a gateway proxy or other such infrastructure, the wait time between boots is unnecessary and only slows down the bot startup. This should be made configurable
### Description ```frostpaw@REDACTED:~/staging/services$ docker network inspect antiraid_internal [ { "Name": "antiraid_internal", "Id": "3237097f63b8ff00d093454b9a01c17745baf6ddafb60e0423bb68c3c9710b02", "Created": "2025-02-24T13:17:37.76494543-05:00", "Scope": "local", "Driver": "bridge", "EnableIPv4": true, "EnableIPv6": false, "IPAM": { "Driver": "default", "Options": null, "Config":...
I was just wondering what ladybirds stance on Webusb is and if ladybird will support webusb since it’s really useful as an api for me personally
Setup is: File ``promise.luau``: ``` --- Opaque promise type returned by antiraid export type LuaPromise = { --- Note: this will always actually be nil but is required to enforce...