Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,584 contributions in the last year
Contribution activity
October 2020
- wardpeet/kentcdodds.com JavaScript
- wardpeet/formik TypeScript
Created a pull request in gatsbyjs/gatsby that received 2 comments
fix(gatsby): add runtime check for react 17
Description Make sure we only make it a default for react 17+. Not all libraries have moved to support automatic mode. Related Issues Related #26652
- chore(deps): update minor and patch for gatsby-transformer-screenshot
- perf(gatsby): test sync before calling onCreateNode
- chore(gatsby-cli): Categorize errors
- chore(gatsby-plugin-image): Update now we know min gatsby version
- docs(e2e-tests): add alternative hint of running the e2e tests
- New Gatsby image plugin
- chore(deps): update minor and patch for gatsby-cli
- chore(gatsby-source-contentful): move to pluginOptionsSchema
- feat(gatsby-source-contentful): add tool to force-cache remote data to debug
- Ensure Cache-Control: no-store on page-data files
- feat(gatsby-plugin-utils): save validation resulting value to plugin options
- fix(gatsby-plugin-google-analytics): remove required on trackingId
- fix(gatsby-cli): Categorize plugin validation error
- feat(gatsby-plugin-utils): add testPluginOptionsSchema to verify plugin schema options
- fix(gatsby): route lifecycle ordering
- chore(gatsby-remark-autolink-headers): add styling instructions
- perf(redirect): minified redirect file size
- chore(deps): update md5-file
- feat(gatsby,gatsby-cli): Pass an errorMap to reporter.error
- perf(gatsby-plugin-contentful): drop the super expensive fixids cycle
- feat(gatsby): plugin option validation
- feat: Add "File System Route API" example & update docs
- fix(gatsby): support protocol relative link when using `--https` in develop
- fix(deps): update minor and patch for gatsby-plugin-postcss
- chore(remark): Ignore unnecessary files/folders
- Some pull request reviews not shown.
Created an issue in lovell/sharp that received 2 comments
conditionally download gzip or brotli libvips based on node version
What are you trying to achieve? Gatsby has set its engine to 10.13.0. We would love to move to 0.26.0, technically we could bump a major to achieveβ¦