Superchupu
Superchupu
### Description Commands with `default_member_permissions` show up in the command permissions menu as being enabled for @everyone, even though they are only enabled for certain permissions by default. Instead, they...
**Is your feature request related to a problem? Please describe.** Discord has recently released perms v2 for commands, it would be really cool if Fire used them instead of the...
Currently, TypeScript users have to install a separate package (`@types/node-cron`) to get type definitions. This PR adds built-in types copied from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/node-cron/index.d.ts. I believe this is a good idea for...
Fixes #223 #### Checklist - [x] run `npm run test` and `npm run benchmark` - [ ] tests and/or benchmarks are included - [ ] documentation is changed or added...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...
## Summary Prints the number of errors emitted on the `check` summary, or at least tries to. I'm not really experienced in Rust so it's very possible this breaks something...
This would allow other programs like winget to perform a silent install of Citra
It would be really nice if the account system supported 2fa, it's a important thing to have specially for an env variables service. Security key support would also be nice....
The subdependency `@oclif/screen`, which `@oclif/core` v1 uses, is deprecated Updating `@oclif/core` to v2 should fix it ([breaking changes](https://github.com/oclif/core/pull/539)) 
### Summary [prettier 3.0 introduced ignoring gitignored files by default](https://prettier.io/blog/2023/07/05/3.0.0.html#ignore-gitignored-files-by-default-14731httpsgithubcomprettierprettierpull14731-by-fiskerhttpsgithubcomfisker), however the vscode extension doesn't ignore them, unlike `.prettierignore`d files. Using the prettier cli to format works fine ### Github...