vi
vi
> This is why those situations should be working on distinct types. _Not_ a subclass of one handle-all type, as it later shows the interface allows for more than is...
good catch! lgtm overall. Regarding the underlying issue you mentioned - `Thread` really shouldn't match the `PrivateChannel` protocol in the first place, yeah. I don't think there are any unique...
For possibly future reference, this works for the other new encryption mode, which isn't supported by PyNaCl. Using https://cryptography.io/en/latest/hazmat/primitives/aead/#cryptography.hazmat.primitives.ciphers.aead.AESGCM, others like pycryptodome likely work just fine as well. ```py def...
> Do you know if there's a specific reason pynacl doesn't expose that part of the API? Maybe it's just an oversight As far as I can tell based on...
*edit: disregard this comment* --- ~~Seeing how the poll result embeds are currently structured, I don't think we can represent them entirely in `system_message` - the result (with a clear...
I can't think of a reason for a question mark to be there, is it really a common edge case for this?
Did a tiny bit of testing for this - it's worth mentioning that github also doesn't directly handle links like this, opening `https://github.com/onerandomusername/monty-python/issues/320#issuecomment-2363522065?` doesn't scroll to the comment, for instance....
Agree with @Snipy7374 here; at that scale, the sustainable solution would likely be to start using listeners instead of individual views. That being said, `Client.add_view` being O(n) indeed isn't great....
> There is an [issue](https://github.com/DisnakeDev/disnake/blob/58b60452316c724b5eda648cbab3707654811565/disnake/ui/item.py#L52) where can't add ActionRow to ContainerComponent Should be fixed as of https://github.com/DisnakeDev/disnake/pull/1294/commits/69591bf2da8eb10c77d7d5bd51661fc98166ccbb. I knew about this issue from the start (and had removed the check...
just for completeness' sake - > We are missing a concrete representation for _"unfurled media item"_, used in `Thumbnail`, `MediaGalleryItem` and `File`. yup! https://github.com/DisnakeDev/disnake/pull/1294/commits/9978a044f989952488263fbf99584132b3410615 > I think it makes sense...