arielle
arielle
Yeah, ones that the user can or should be creating. Things like flags, commands, permissions, intents, install params. Most of those dataclasses.
towncrier only supports rst, afaik. I haven't been able to make it work with an md template.
In some cases it is nice to use all of the regular parsing, but have an option with a name that's not allowed in python, eg an option name including...
> `some_name = Param(name="some-name")` should work, in that case? This is unfortunately not very type-safe, as now I'm providing a default which is always present when using the method: disnake...
> Speaking only for my use case here, but I'd prefer this to be more along the lines of "only the first text display in a message is used for...
one of my favorite urls that discord parses weirdly is: I also have a few others that are entirely unclickable in the client, I'll share them when I find them
We don't need to migrate our repositories or anything. This is simply about using https://peps.python.org/pep-0420/ to create our namespace packages rather than pkgutil.
Can still repro. https://canary.discord.com/channels/267624335836053506/267659945086812160/1426702760119898153
I see no harm in allowing 10 attachments when we allow three embeds from websites: The ten (media) attachments is smaller than 3 embeds from GitHub. This should be considered...
We could filter and run introspection on the types of attachments and allow 10 in specific cases.