Reece Dunham
Reece Dunham
Maybe projects that have been run through `commonify` could make use of something like GitHub Actions to run a cron job automatically to find new versions, commonify them, and publish...
## Motivation Switch to yarn v3 ### Have you read the [Contributing Guidelines on pull requests](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#pull-requests)? yes ## Test Plan i'm not done yet ## Related PRs slorber/responsive-loader#1
**Describe the bug** I keep trying to go to `https://bundlephobia.com/package/@peacockproject/statemachine-parser`, but every time, it causes a server error. **To Reproduce** Just head to the page, if it doesn't trigger for...
JAVA_11 is not java 10 and above, it’s java 11 and up.
### Which problem is this feature request solving? Netlify CLI is very, very big. It consumes roughly 194 *megabytes* of disk space when installed. This is easily one of, if...
### Description Guard clauses are a technique for writing cleaner code. The idea is to avoid nesting logic in if-statements, and instead return early in methods. That way, readability is...
**What's the problem this PR addresses?** esbuild v0.15.0 brings native support for pnp, so this PR deprecates the plugin and updates dependencies within the monorepo. See also: https://github.com/evanw/esbuild/pull/2451 **How did...
**What's the problem this PR addresses?** Discussed in the Discord. https://discord.com/channels/226791405589233664/226793713722982400/984149003581136916 **How did you fix it?** Allows `packageExtensions` to modify bin fields. **Checklist** - [X] I have read the [Contributing...
As of #235 , it was learned that all the repositories that are not here do not have synced includes/assets/fonts etc. ## Status - [x] Events - [ ] Talks...
# Description I don't entirely understand the technical details of how it works, but from what I do understand, in order to support "trusted" publishing to npm, additional steps will...