Tim Vilgot Mikael Fredenberg
Tim Vilgot Mikael Fredenberg
Currently boundaries are [randomized](https://github.com/twilight-rs/twilight/blob/ef7aa42d0c63460851bd5e81eb5be08b7a321827/twilight-http/src/request/multipart.rs#L129-L138), but this is not a strict spec requirement (see discussion in #2239). Switching to a static boundary would allow us to drop the randomization provider dependency...
Closes #1961 and #2320
Switch the GH Pages API documentation workflow from deploying from a commit to deploying from an artifact. Twilight currently has an extremely large `gh-pages` branch with all snapshots of our...
The serialized body of [`UpdateRolePositions`](https://docs.rs/twilight-http/latest/twilight_http/request/guild/role/struct.UpdateRolePositions.html) is wrongly an array of arrays instead of an array of [objects](https://discord.com/developers/docs/resources/guild#modify-guild-role-positions-json-params). First reported in the following support thread . The endpoint is also lacking...
Twilight publishes a book to https://twilight.rs containing a beginner friendly overview of Twilight and, from 0.15 onwards, Twilight's changelog, but this is not well advertised to users looking at just...
Whilst discussing #2110 in Discord (https://discord.com/channels/745809834183753828/1070716906098671706) it came up that Discord no longer documents the `AuditLogChange` variants. We should therefore, as usually, remove the variants ourselves too, transforming it into...
`Error` returns duplicate information since the error source is included in *both* the `Display` and `Error::source`, for example logging errors with tracing produce the following: ``` 2022-11-04T19:05:01.777878Z WARN crate: error=websocket...
Docker already defaults to `/bin/sh -c` on Linux... This option is not part of the OCI spec and produces a warning by default when building on podman.
core dump: [dump.txt](https://github.com/Cog-Creators/Red-DiscordBot/files/5425674/dump.txt) Steps to reproduce: (with red-discordbot) 1. Play something 2. Change volume mid playback 3. Crash Related: Cog-Creators/Red-DiscordBot/issues/4520 #177
I'm unsure of the original reason for using `/var/spool` but according to the [FHS](https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch05s14.html) it seems not to be the correct. Looking at my directory structure, `/var/db` seems like a...