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
5,001 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 37 commits in 7 repositories
Created 1 repository
- styfle/device-width-detection JavaScript
Created a pull request in vercel/next.js that received 10 comments
Fix ViewSource component in the docs
This PR moves the <a> element inside the <svg> element.
Opened 25 other pull requests in 4 repositories
vercel/next.js
21
merged
1
closed
- Revise image example with layouts near the top
- Update docs to use <Image> instead of <img>
- Add next/image docs for omitted props
- Add "nonce" from <Head> to the injected <style> to satisfy CSP
- Add missing `sizes` prop on image component
- Fallback to default config to enable testing Image component
- Print error during `next export` with default image loader
- Add test for `.ico` image bypass
- Add etag header to optimized image response
- Update image example with link back to source code
- Fix html validation for Image component
- Fix lazy loaded images on IE 11 when no IntersectionObserver detected
- Add props `objectFit` and `objectPosition` to Image component
- Fix Image component export
- Print error when Image src is protocol-relative
- Disable image optimization for Data URLs
- Update Image docs with links to examples
- Silence GH Comments for Preview URLs
- Update example for Image Component
- Update default widths configuration to handle 2x/3x DPI
- Update 3rd party image loaders to prevent upscaling
- Fix image format for Safari and old browsers
vercel/vercel
1
merged
vercel/ncc
1
merged
badgen/badgen.net
1
merged
Reviewed 37 pull requests in 5 repositories
vercel/vercel 24 pull requests
- [next] Ensure correct route order for i18n + custom-routes
- [cli] Rename "Provided by system" to "Reference ..."
- [cli] (Major) Update `vc env`
- [cli] Fix `vc env rm` with advanced env variables
- Revert "[cli] (major) Update `vercel env` (#5372)"
- [build-utils] Include `installCommand` when empty string
- [routing-utils] Add important headers to disallow users from overriding
- [static-build] Fix order of applying routes
- [routing-utils] Exclude /.well-known from trailing slash redirect
- [static-build][next][node][redwood] Invoke `installCommand` from Project settings
- [static-build] Ignore framework routes if config/routes.json is present
- [frameworks] Use "value" instead of "placeholder" for frameworks with known `installCommand`
- [static-build] Expect routes array directly
- [static-build] Support static and config directory in .vercel_build_output
- [build-utils] Add `installCommand` to Config object
- [next] files within the buildId directory are immutable
- [static-build] Add directory for Serverless Functions
- [cli] Show error when removing env variable from no target environment
- [cli] (major) Update `vercel env`
- [next] Ensure auto-export dynamic routes are routed properly
- Bump bl from 1.2.2 to 1.2.3
- [next] Ensure localeDetection: false is honored
- [static-build] add Vercel Analytics Support for Gatsby
- [cli] Add support for plaintext env variables
vercel/next.js 7 pull requests
markedjs/marked 3 pull requests
vercel/ncc 2 pull requests
styfle/awesome-desktop-js 1 pull request
Created an issue in vercel/next.js that received 2 comments
Add placeholder="blur" to Image component
Today, Next.js shows an empty placeholder when using loading="lazy" (the default behavior).
We would like to add a placeholder="blur" option that s…