Devon R

Results 5 issues of Devon R

### Summary A playing VoiceClient that gets moved (either by its own accord using move_to, or from a moderator) appears to stop producing audio but continues to believe it is...

bug

There are a lot of fixes to existing issues that aren't on PyPI because there hasn't been a release in a long time. I am thinking I want to clean...

### Body FastForward injects a const `bypasses` into the page, but some websites like the download page of [https://gigafile.nu/](https://gigafile.nu/) attempt to define a `bypasses` in the global scope via an...

`import_expression` does spooky AST magic to get imports to be inlined through a specialized syntax: `module!`. This doesn't work anymore in 3.12 due to parser changes within Python, need to...

This PR adds in GitHub Actions workflows for building wheels for this extension using `cibuildwheel`. It builds wheels for CPython 3.8 through 3.10 for these targets: - 64-bit manylinux2014 (`x86_64`),...