Robert Kieffer

Results 120 comments of Robert Kieffer

This issue is actually pretty important for anyone using this module. If you look at [this project's dependency tree](https://npmgraph.js.org/?q=postcss-flexbox#zoom=w), you'll see that having `ava` in `dependencies` instead of `devDependencies` causes...

The `postcss` dependency should be moved to `peerDependencies` as well, and given a suitable semver modifier. Also, the README suggests using `autoprefixer`, so that should probably get added as an...

BTW, this is affecting all users of the bundlephobia API. E.g. https://npmgraph.js.org/ (my project) is failing to show bundle sizes in the inspector... ![CleanShot 2023-09-15 at 05 52 53@2x](https://github.com/pastelsky/bundlephobia/assets/164050/a0fa60a0-4779-446c-8692-6096dce6b061)

Just dropping a quick note to let people know that [@pastelsky is looking for people to help contribute and maintain this project](https://github.com/pastelsky/bundlephobia/issues/683). That may be why this isn't getting addressed....

> are there similar tools? [BundleJS API](https://github.com/okikio/bundlejs) - Provides built-package sizes, but doesn't provide a break down of the constituent subpackage sizes the way BP does. [PackagePhobia API](https://github.com/styfle/packagephobia/blob/main/API.md) - Provides...

Just dropping a note to emphasize the importance of this, since it seems like it may have stagnated. I'm in the process of porting my codebase to TS, so lots...

@rickhanlonii @harish-sethuraman @jackpope : Sorry for pinging you here, but I believe you three have recently merged PRs in this repo...? (Let me know if I have that wrong). I'm...

This strikes me as a bit off-topic.