Matt Kane

Results 62 issues of Matt Kane

### Describe the bug If a user creates a new site via `ntl init` and accepts a default site name, the generated name is something like `matt-kane-makes-great-sites`, which is not...

type: bug
🏡 upkeep

### Describe the bug The pattern used for generating default site names can lead to it generating domains that cannot be resolved as they are too long. According to RFC...

type: bug
🏡 upkeep

**Is your feature request related to a problem? Please describe.** Currently the `dev` command is used to run the framework's dev command, but this is usually not the same as...

type: feature

**Describe the bug** If a site has enabled post-processing in the UI, this fact is not exposed in the config object passed top plugins. This is in contrast to other...

type: bug
feat/build-plugins
never_stale
theme/configuration

Netlify Edge Functions use a Deno runtime (based on Deno Deploy), so it should be possible to deploy Ultra to it. There are [docs on integrating](https://docs.netlify.com/netlify-labs/experimental-features/edge-functions/create-integration/#app), but it boils down...

documentation
enhancement
help wanted

If sharp's [`rotate()`](https://sharp.pixelplumbing.com/api-operation#rotate) function is called without arguments then it will try to automatically rotate the image based on exif data. ipx currently doesn't support this, and can only do...

Adds support for a local cache of source images. I can add tests and docs if you're happy with the approach. It uses unstorage to store metadata on the cached...

sharp supports several features that can optimize the filesize of output images. These can give significant improvements, but can be very expensive operations so should not be the default. The...

enhancement

Currently a site needs to be rebuilt before changing to edge middleware are available in `ntl dev`. We should change this to generate a specific edge function for dev which...

### Summary ### Test plan 1. Visit the Deploy Preview ([insert link to specific page]()) ... ### Relevant links (GitHub issues, Notion docs, etc.) or a picture of cute animal...

type: chore