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
Popular repositories
2,925 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 60 commits in 4 repositories
Created a pull request in vercel/next.js that received 7 comments
Ensure redirects are handled properly from cache
This updates the GS(S)P redirect handling to make sure to handle redirects correctly when coming from the incremental-cache. Additional tests have …
Opened 39 other pull requests in 3 repositories
vercel/next.js
5
open
29
merged
- Enable handling for revalidate and notFound
- Add locale: false for custom-routes + i18n
- Ensure i18n + trailingSlash: true handles correctly
- Ensure path encoding is handled consistently for prerendered pages
- Ensure optional catchall prerendered indexes and i18n
- Add note about changing basePath config
- Ensure data prefetch for default locale is correct
- Add experimental Next.js plugin version locking
- Ensure i18n with basePath works properly
- Add test and errsh for mixed notFound/redirect error
- Ensure params and locale are parsed correctly in fallback mode
- Ensure correct defaultLocale is provided for locale domain
- Update chokidar to latest
- Update @ampproject/toolbox-optimizer
- Break-up unit tests to separate step
- Ensure basePath behavior with GS(S)P redirect
- Update Azure cache key
- Update Azure config
- Ensure auto-export dynamic routes work with i18n next start
- Ensure correct target is used for ncc'ing web-vitals
- Fix relay-analytics test on Azure
- Fix production test compatibility for ie11
- Fix chromedriver set-up to test electron separately
- Add note to i18n docs about domain locales
- Update asPath to mention basePath/locale stripping
- Some pull requests not shown.
vercel/vercel
1
open
3
merged
vercel/ncc
1
merged
Reviewed 31 pull requests in 3 repositories
vercel/next.js 22 pull requests
- Fix component lifecycle order for style swap
- Remove preload for priority images
- Upgrade use-subscription for React 16/17 bicompat
- Replace page loader with new route loader
- Fixed wrong function name in error message
- Add test for `.ico` image bypass
- Css optimizations
- Control <Image /> prefetching with React
- Update image example with link back to source code
- Load CSS early instead of only preloading
- Update docs for `notFound` and `redirect`
- Ensure we prefetch on hover
- yarn dev regression fix, ncc revert
- (docs) Add format to `notFound` for consistency
- Fix typo on `api-reference/image`
- docs: fix a typo "concatenated" instead of "concatentated"
- Print error when Image src is protocol-relative
- Omit ignored property from <Image/ > to prevent confusion
- Add link to Image Optimization docs on Vercel.
- Fix router not working on some protocol
- Rotate image from EXIF data
- fix: add missing dot to https://err.sh/nextjs
vercel/vercel 5 pull requests
- [routing-utils] Add important headers to disallow users from overriding
- [routing-utils] Exclude /.well-known from trailing slash redirect
- [static-build][next][node][redwood] Invoke `installCommand` from Project settings
- [next] files within the buildId directory are immutable
- [static-build] zero-config gatsby should support export default
Created an issue in vercel/next.js that received 1 comment
Investigate failing image-component tests
These tests appear to be failing sometimes and should be stabilized #18687 (review)