-
**Songbird version:** 0.1.6
**Rust version (`rustc -V`):** rustc 1.52.1 (9bc8c42bb 2021-05-09)
**Serenity/Twilight version:** (version)
**Output of `ffmpeg -version`, `youtube-dl --version` (…
-
### Describe the bug
The game crash on load and throws a "org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered"
### How can we repro…
-
Autocomplete support has been removed in `twilight-interactions` 0.10 because the existing implementation was incorrect. It is necessary to re-implement this feature in a next release.
The main dif…
-
Would it be possible to make methods like https://api.twilight.rs/twilight_http/request/channel/message/create_message/struct.CreateMessage.html#method.content take a `&mut self`? The current implemen…
-
### Issue description
When running sugar upload, the transaction confirmation seems to have taken too long and the command timed out. The transaction, however, was successful.
The issue is that t…
-
Cache performance and memory usage may be improved by relaying on external crates:
- Use [`smallvec`](https://lib.rs/crates/smallvec) and [`tinyset`](https://lib.rs/crates/tinyset) to avoid heap al…
-
Discord sends `None` as `reaction_remove.emoji.animated`which is mapped to `false` on Twilight, the issue happens when the cache's logic compares the removed reaction's emoji with the cached reaction…
-
Discovered by @Amanieu on [IRLO](https://internals.rust-lang.org/t/is-it-possible-to-be-memory-safe-with-deallocated-self/8457). Quoting their report:
`Arc::drop` contains this code:
```rust
if s…
-
I am a cryptography-loving c++ technician, and I have always wanted to implement a simple and portable future c++ version of the Blake3 hash algorithm.
But I don't know much about the Rust programmin…
-