Andrew Powell

Results 144 issues of Andrew Powell

I think this is something we should consider: https://github.com/OpenCollective/opencollective-postinstall. Webpack, Preact, among others are considering it and there's a solid open source following there (opencollective.com). I think the post-install thing...

meta

And: Does the company provided allotted time for open source development?

As a sanity check, we should lint the value for the `main` property in package.json to ensure it exists (unless `dist` is specified) if package.json is changed, and definitely lint...

type: Build
severity: 4 (inconvenient)
status: Needs triage
priority: 5 (nice to have)

Solid benchmark suite, but like so many do, this follows in lock-step with the "official" tooling suite for webpack and leaves out superior alternatives. ~~`webpack-cli`~~ [`webpack-nano`](https://www.npmjs.com/package/webpack-nano) ~~`webpack-dev-server`~~ [`webpack-plugin-serve`](https://www.npmjs.com/package/webpack-plugin-serve) `webpack-dev-server` is...

Hey there. I was intrigued by this PostCSS syntax as I was looking for a well-organized HTML parser that could generate a good AST. Upon looking further into the project,...

### Is your proposal related to a problem? Sure is. I'm the maintainer of webpack-manifest-plugin and I bricked create-react-app for a few minutes this morning. Turns out that npm had...

dependencies

### pnpm version: 4.2.2 ### Code to reproduce the issue: Run a recursive command which outputs text with ansi colors `stdio`. For example, using `rollup` and `ava`: ```console $ pnpm...

area: monorepo
area: lifecycle-scripts

### Summary I'm using `createPostGraphileSchema` to generate a cache for use with `readCache`. ```ts await createPostGraphileSchema(pool, 'batman', opts); ``` The file that's generated contains information for the _entire_ database, not...

🐛 bug
🔁 revisit-in-v5

**Do you want to request a *feature* or report a *bug*?** feature **What is the current behavior?** `yarn install --flat` asks the user which version of a module they would...

cat-feature
help wanted

Running Node v16@latest. `@swc-node/register` doesn't work with `Ava` out of the box. The instructions in the README aren't comprehensive enough to use straight away. config: ``` "ava": { "extensions": ["ts"],...