Kevin Van Lierde
Kevin Van Lierde
@Raiper34 I think you're missing the `--commit-limit` option (which is set to 3 by default, don't know why this is the default, see README.md)
FWIW it's already possible to do this by creating a small wrapper script: ```js /** @file ./merge-configs.js */ const { writeFileSync } = require('fs') const common = require('common-config-auto-changelog') const overrides...
Though the demo site showcases additional functionality that is not part of lunr.js (the search front-end), there could indeed be some lunr.Pipeline finetuning or front-end search string pre-processing. There are...
Second thoughts: scope is too broad. `metalsmith init [--bare] [--json] ` will do and would set up a boilerplate with some essential core plugins like `@metalsmith/layouts`, `@metalsmith/markdown`, `@metalsmith/permalinks` and `metalsmith-gzip`...
Did a quick perf & mem usage test (using Firefox devtools) on nodejs.org/en/download & nodejs.dev/en/download (because those are popular pages & support more or less the same functionality) | |nodejs.org/en/download...
We're on the same page, all points taken. The quick perf/mem test was just to satisfy superficial curiosity, and the second part is just an opinion/ preference. I got practically...
Still think adding simple `DEBUG` feature would be valuable. Would also give more insight to users when reporting bugs, for the order in which git command output is parsed, which...
[PubSub.js](https://github.com/mroderick/PubSubJS)
At time of writing: - Last NPM publish: 3 years ago - Last commit to master: 1 year ago So I would say its support has already expired. The original...
Most of the last 4 semver-major releases probably don't even affect most extensions (eg dropping Node.js 16 support or changing some deep internals). Depending on how the release automation is...