Nick Taylor

Results 59 issues of Nick Taylor

From @orinokai: > we need to overhaul our tests because our current scaffolding doesn't work with many of the new app-dir tests - i think it's important to get a...

v4

We've [rolled out improved monorepo support on Netlify](https://www.netlify.com/blog/better-monorepos-on-netlify/). Bring the Next.js runtime repository in line with these improvements. All configuration paths will need to be relative to the monorepo root.

v4

## Description I came to add an issue to the repository and realized there was no issue template. ## Solution Incorporate a GitHub issue template. Optional would be to have...

Currently JS, CSS and HTML are all built via JavaScript in content.js. To be able to maintain the browser extension code base, separate them into assets of their given type...

enhancement
DX
type: discussion

[Parcel](https://parceljs.org/) is web application bundler that out of the box has zero configuration. Although we use [webpack](https://webpack.js.org/) in the forem code base, it would be nice to consider a different...

type: discussion
proof of concept

### Type of feature 📦 Chore ### Current behavior Currently there is nothing checking for stuff like an acronym being used before it's defined in documentation. I came across this...

💡 feature
accepting prs

### Describe the feature I started using Million Lint yesterday and [plan to add it to our project](https://github.com/open-sauced/app/pull/3108), however, not everyone working on the project, external contributors or maybe even...

Stale

### What version of `million` are you using? 0.0.73 ### Are you using an SSR adapter? If so, which one? Netlify ### What package manager are you using? npm ###...

When a user and a repository is not found,for the given search term, we display two warning messages. ![CleanShot 2024-05-16 at 18 28 53](https://github.com/open-sauced/app/assets/833231/770d84ef-6a37-444c-8921-2c11fe57a943) It should consolidate into one in...

🐛 bug
👀 needs triage
needs-approval

The Next.js server is reporting this deprecation. `The "images.domains" configuration is deprecated. Please use "images.remotePatterns" configuration instead.` Modify the Next.js config to migrate to [remotePatterns](https://nextjs.org/docs/pages/api-reference/components/image#remotepatterns).

chore