Results 58 issues of Fleny

Also copy the comments from the Discord-prefixed type

t-fix
w-unverified
pkg-bot

It wasn't added when discord added the feature and the roleColors transformer was added

t-fix
w-unverified
pkg-bot

Instead of using the implicit behavior of `fetch` and `Request` to encode the stuff we need for us, we do it explicitly in the routes.

t-fix
w-unverified
pkg-rest

- upstream: https://github.com/discord/discord-api-docs/pull/8001 - fixes #4602

w-unverified
pkg-types

The rest manager currently has to assume that request bodies that have "permissions", "allow", "deny", "defaultMemberPermissions" fields are always meant as a permissions. If these are not, for user error...

t-fix
w-unverified
t-breaking
pkg-types
pkg-rest
pkg-bot

Add support for partial payloads in transformers. > [!IMPORTANT] > This builds on top of #4435 as it allows to simplify a bunch the code for this > > This...

t-feat
w-unverified
t-breaking
pkg-bot
pkg-utils

There are some logger calls such as the one in https://github.com/node-cron/node-cron/blob/22c607df5d00ee65798a2fb04600f7fc3c58ce49/src/scheduler/runner.ts#L141 and currently it is always using the logger provided by node-cron itself, however for applications that have their own...