Jeroen Claassens
Jeroen Claassens
**Package name** [@sapphire/shapeshift](https://github.com/sapphiredev/shapeshift) **Alternative to** 1. zod 2. yup 3. joi 4. ajv 5. ow 6. superstruct **Quality check** - [x] Package has sufficient overlap in functionality to act as...
Installing the library, at least on Windows, throws the following warning: `warning fkill-cli > fkill > taskkill > execa > [email protected]: cross-spawn no longer requires a build toolchain, use it...
This introduces various improvements that should make things for this package better. - Changed from Travis to Github Actions - Improved the TLD auto update script - Added dependabot config...
**Is your feature request related to a problem? Please describe.** Right now we have 4 commands: `warnings`, `mutes`, `history` and `moderations`, and the former 2 of these actually call methods...
**Is your feature request related to a problem? Please describe.** There has been a request to add an auto purging system. Basically it would run on a schedule given a...
**Is your feature request related to a problem? Please describe.** Multiple times now there has been a request for Skyra to be able to automatically send a message in a...
My attempt
Ref for inspiration: https://github.com/Naval-Base/yuudachi/pull/1012 Yuu's post-merge files: https://github.com/Naval-Base/yuudachi/tree/main/src/functions/lockdowns and https://github.com/Naval-Base/yuudachi/blob/main/src/commands/moderation/lockdown.ts
Given the following PowerShell command ```ps1 Get-ChildItem -Path $env:USERPROFILE\Documents\development -Filter node_modules -Directory -Recurse | Remove-Item -Force -Recurse ``` This would remove all `node_modules` folders in `development`, recursing into subdirectories. How...
***Note: Trashed issue template as it is not relevant*** This is something I recommend for the long term and is by no means a priority, however I think if this...