Rodney

Results 353 comments of Rodney

As a note (because flake8 is going to complain about this), there should be a space between the assignment operator in the parameters, e.g. `int = 0`.

Not many, ideally just respond with an error if anything fails.

Oh yeah, also use `'` for strings rather than `"` to stay in line with the rest of the code.

Silent ignore is fine,

> obs-bot uses so many features specific to discord.py (like cogs) that I feel switching to a fork of it might be best. Honestly the use of the cogs system...

As an update for this, we're likely going to go with [DisnakeDev/disnake](https://github.com/DisnakeDev/disnake) which seems to be one of the more well maintained forks. The current development version has some improvements...

It has already migrated to disnake. In the mid-term we migrate back to discord.py once they publish a stable release of the new developments. It's just slightly annoying to deal...

There's no need to bump every old issue related to this. We are aware of this UX problem and there's a proposed fix for it in #10537 (at least in...

~~As far as I can tell the "ID header" is primarily used to signal the channel layout and number of channels, which in ERTMP can be handled by `AudioPacketType.MultichannelConfig`.~~ In...

One thing I've seen (at least with FOSS apps and Android) is that they offer an option to view the contens of the crash report before sending (e.g. for transparency...