René
René
Currently, groups are left founderless (and potentially without any groupacs entries whatsoever) if the last founder is dropped/expired. Either the group should be deleted, or there should be some sort...
### Which package is this bug report for? discord.js ### Issue description Very minor issue, but on a successful closure of a shard's websocket (ie. code 1000), the client will...
The Follow Announcement Channel endpoint, like the Create Webhook endpoint that it essentially is, supports the `X-Audit-Log-Reason` header; this is not currently documented.
**Please describe the changes this PR makes and why it should be merged:** The [Add Thread Member](https://discord.com/developers/docs/resources/channel#add-thread-member) and [Remove Thread Member](https://discord.com/developers/docs/resources/channel#remove-thread-member) endpoints do not create audit log entries, and therefore...
### Acknowledgement - [X] I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion. ### Comment ### 🔎 Search Terms iterator generator yield...
This small change pre-emptively addresses build errors that will appear under TypeScript 5.5, caused by changes relating to Intl.NumberFormat in microsoft/TypeScript#56902. Unit tests are unaffected.
Resolves #4413. There doesn't appear to be any dissent raised to removing this, and it's definitely not used internally, nor would there be any reason to.
#3763 introduced a new type export in icu-messageformat-parser/types.ts: ```ts export type IntlLocaleLike = { readonly hourCycle?: Intl.LocaleHourCycleKey readonly hourCycles?: Array } ``` It isn't referred to by any other code...
### Provide a general summary of the issue here Related: #4542 Currently, the regular expression `DATE_TIME_DURATION_RE` in [date/src/string.ts](https://github.com/adobe/react-spectrum/blob/%40internationalized/date%403.5.3/packages/%40internationalized/date/src/string.ts#L25-L26) uses named capture groups, which are then subsequently referenced as `match.groups...`. This...
### Provide a general summary of the issue here The current dependency version of eslint-plugin-jsdoc has an `engines` tag that forces a maximum Node version of 19, which has been...