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 upPinned
1,468 contributions in the last year
Activity overview
Contribution activity
December 2020
Created a pull request in gatsbyjs/gatsby that received 1 comment
feat(gatsby): add preload headers for critical resources so those can started fetching before common.js is fetched
Description
Development runtime currently has network request waterfall where we wait to fetch critical resources to render a page until common.js β¦
Opened 10 other pull requests in 1 repository
gatsbyjs/gatsby
10
merged
- chore(e2e-development): bump cypress version
- fix(gatsby): correct opt-in percentage for QUERY_ON_DEMAND and LAZY_IMAGES
- chore(develop): don't actually fetch async dummy.js chunk
- feat(query-on-demand): loading indicator
- chore(query-on-demand): prerun query for homepage for initial run
- fix(query-on-demand): don't resolve get-page-data if query is marked as dirty
- Backport #28459 and #28464 to 2.28 release branch
- fix: PRESERVE_WEBPACK_CACHE notice should actually show after 30 seconds
- Revert "fix(assert-changed-files): don't skip running tests on master"
- fix(assert-changed-files): don't skip running tests on master
Reviewed 24 pull requests in 1 repository
gatsbyjs/gatsby 24 pull requests
- chore(e2e-development): bump cypress version
- feature(gatsby): Enable partial releases of flags to a % of users
- chore(gatsby-source-contentful): fix output of debug message
- feat(query-on-demand): loading indicator
- fix(gatsby-remark-images): allow tracedSVG to accept object with settings (#28242)
- fix(gatsby-source-filesystem): Retry a download if a file is incomplete
- fix(gatsby): show multiple invites together & at end where people are more likely to see them
- fix(query-on-demand): don't resolve get-page-data if query is marked as dirty
- fix(gatsby): better text for missing inferred extension
- feature(gatsby): Expose cached flags info to other consumers
- fix(gatsby): do not fail in develop when eslint loader is removed
- feat(gatsby): add preload headers for critical resources so those can started fetching before common.js is fetched
- Update release with the count of contributors
- Revert "docs: temporary fix to emotion tutorial (#28248)"
- docs: note about emotion major bump, slightly restructured notes
- feat(gatsby): Add new caching clearing behavior for webpack/file downloads behind flags
- feature(gatsby): style the SSR error page
- docs: release notes for 2.28
- fix(gatsby): Add `FAST_REFRESH` config flag
- chore(gatsby): add StaticQuery to SSR test
- feature(gatsby): let users skip out of dev SSR
- feature(gatsby): Pause dev-ssr watching between page loads to avoid slowing down regular develop-js HMR
- fix(create-gatsby): Improve install (#28318)
- fix(gatsby): move starting dev-ssr listener inside function & only init listeners once