Results 288 comments of arielle

As much as the feature itself may be dead, I still believe we should support all permissions, whether or not the library does anything with them.

As there has been no further input in a full two months, I'll be merging this shortly.

There's a risk to this as `__class__` can be overridden by user code, and the majority of these are used in instances where the instance check failed and a type...

Does it show the updated content after a refresh of your client? This seems to be race conditions and eventual consistency.

🌟 🚀 Government shutdown 🌟 🚀

> Are you planning on dropping hoverxref in this or in a separate PR? Planning to drop hoverxref on another PR. This one is also blocked by needing to figure...

> > (also, for reference: #951) > > > In disnake.ext.*, imports from the main lib and ext previously were visually separated (by virtue of using absolute imports for the...

I've looked into this, and this may be a bug in both docutils and sphinx. I'm not entirely sure if `sphinx.util.nodes._make_id` overrides every instance of the fragment/anchor definition, but I...

I've done some checking of the ecosystem to see what's affected on other projects, as this would impact a swath of notable projects. ### Known affected projects (incomplete) requests: https://requests.readthedocs.io/en/latest/community/updates/#id2...

https://docs.python.org/3/reference/datamodel.html#object.__repr__ > If at all possible, this should look like a valid Python expression that could be used to recreate an object with the same value (given an appropriate environment).