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 upPopular repositories
4,847 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 54 commits in 10 repositories
Created 2 repositories
- styfle/prisma-vercel-next JavaScript
- 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 30 other pull requests in 7 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
3
merged
styfle/packagephobia
1
merged
styfle/styfle.dev
1
merged
tc39/proposal-relative-indexing-method
1
open
vercel/ncc
1
merged
badgen/badgen.net
1
merged
Reviewed 54 pull requests in 8 repositories
vercel/vercel 32 pull requests
- [routing-utils] Handle `null` phase at the beginning
- [next] Add handle: resource to ensure 404 page
- [next] Add Important Headers to Avoid Users Overriding Cache Headers
- [cli] Download automatically exposed System Environment Variables when running `vercel env pull`
- [next] Ensure public files are matched with i18n domains
- [cli] Expose VERCEL_REGION when `autoExposeSystemEnvs` is true
- [cli] Expose system envs when autoExposeSystemEnvs is enabled on vc dev
- [build-utils] Remove `continue: true` from 404 route
- [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
- Some pull request reviews not shown.
vercel/next.js 10 pull requests
- Use `render` after `hydrate`
- Image component custom resolvers
- Add Contentful image loader
- Fail build when importing with wrong casing
- Remove preload for priority images
- Fix for next/head issues
- Control <Image /> prefetching with React
- yarn dev regression fix, ncc revert
- Omit ignored property from <Image/ > to prevent confusion
- Rotate image from EXIF data
markedjs/marked 6 pull requests
vercel/ncc 2 pull requests
nodejs/package-maintenance 1 pull request
vercel/nft 1 pull request
markedjs/html-differ 1 pull request
styfle/awesome-desktop-js 1 pull request
Created an issue in vercel/next.js that received 3 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…