Lee Robinson

Results 39 issues of Lee Robinson

Good news, zero-config support for Hydrogen has just landed! https://twitter.com/vercel_changes/status/1545515100097970176

Following up from https://github.com/leerob/leerob.io/pull/496. - Switch back to `pnpm` once https://github.com/sanity-io/sanity/issues/3336 is resolved. - Figure out inline images (and remove the rest of the images from the `public` folder -...

This PR was sparked by this comment in the CRA repo: https://github.com/facebook/create-react-app/issues/11180#issuecomment-874748552 > Starting with 2.0, it’s [CRA] mostly in maintenance mode and does not strive to be the best...

CLA Signed

As of about 4 months ago, `@zeit/next-sass` is deprecated as Sass is supported in Next.js out of the box. You can find the documentation here: https://nextjs.org/docs/basic-features/built-in-css-support#sass-support

Hey Segun 😄 I noticed this repo is listed on your main GitHub profile page. I would recommend archiving this so people get forwarded to the correct Chakra repo, and...

That includes TypeScript, tests setup, etc. Based on this article: https://blog.whereisthemouse.com/image-optimization-for-static-nextjs-sites This would be very helpful for discoverability of using `next-optimized-images`!

### Input ```python from flask import Flask, Response app = Flask(__name__) @app.route('/', defaults={'path': ''}) @app.route('/') def catch_all(path): return Response("Flask", mimetype="text/html") ``` ``` [[source]] url = "https://pypi.org/simple" verify_ssl = true name...

When I deploy a function that has a large response body (greater than `5mb`): ```js import { readFileSync } from 'fs'; import path from 'path'; export default function handler(_, res)...

1. Clone the [Gatsby example](https://github.com/vercel/vercel/tree/main/examples/gatsby) locally 2. Run `yarn develop` to correctly see the Gatsby index route. However, the date is wrong because we're not running the function. 3. Kill...