Om Lanke
Om Lanke
Can we maintain and ship our own audioop C file? Dpy plans to do something like that Or we could try Cython or maybe Rust?
Wow that is some real improvement 👍 LGTM
Discord doesn't actually send all silence packets. It only sends 5 frames of silence of to indicate the start of silence. A workaround is in works in #1984. Although it...
> Same error here with: > > ``` > bun upgrade > bun v0.5.1 is out! You're on 0.4.0 > error Failed to verify bun ChildExecFailed) > ``` Same with...
This might be fixed by #1997. Can you test if this error persists on the master branch?
> For now the `pages.Paginator(author_check=False)` is a working workaround How about manually setting `paginator.user` to `ctx.author` after using `paginator.edit`? That might work too