redyetidev
redyetidev
Currently, the description for `-recursive` may be unclear to users. It is unclear whether unselecting `-recursive` will disable recursion entirely throughout the package. This PR modifies the description to clarify...
### Why: Personally, I think this clarification will help users (like me) decide on what workflow event is best for them (pull_request or pull_request_target) ### What's being changed (if available,...
This PR updates the `vcbuild.bat` to use a broader way to detect help/?
This PR adds instructions on how to enable cloned symlinks on windows. > \[!TIP] > If you are building from a Windows machine, symlinks are disabled by default, and can...
This PR adds support for `lint-js-fix` in the `vcbuild.bat` file.
# Summary This PR introduces an overhauled REPL for Node.js, building upon the groundwork laid by @devsnek and their team on [nodejs/repl](https://github.com/nodejs/repl). While significant changes have been made to the...
This PR updates the error message for unrecognized types to include a link to the file that contains a list of valid types
This PR rewords the README.md file.
This PR should make the Stalebot more efficient via allowing it to utilize GitHub caching, which needs actions write permissions in order to update the existing cache.
This pull request introduces recursion to the test runner. Previous attempts were unsuccessful due to issues in certain directories that did not handle recursion correctly. This PR specifically enables recursion...