pd

Results 62 comments of pd

Yep will do that - I think just a minimal "(Node 14.x.x)" suffix should be enough if that sounds ok? (I assume from reading the main page, this is the...

This is the correct entrypoint to the generator that produces the markdown yeah? https://github.com/fastify/benchmarks/blob/master/lib/packages.js

changing package.json to run `"dev": nuxt dev --host 127.0.0.1` seems to be a janky fix temporarily.

I believe this came up last time around, but you will find it is a lot more "friendly" to do many small, tightly scoped PRs rather than forcing a maintainer...

One immediate thing I note is: > "using default export everywhere" I'm generally not a fan of this as default exports make it impossible for IDE helpers to handle refactoring...

The evasions are not applied when accessing the page via an array.

FWIW, I currently have to add `"sort": "sort-package-json"` on every `package.json` with a custom bulk command and `sort-package-json` as a dependency of my rigging package to achieve this, so having...

@brunogaspar thanks! Just re-did the concept as a patch, much much easier to follow compared to the previous way!