Kevin Van Lierde
Kevin Van Lierde
**Describe the bug** `unique` option is hard to control and doesn't work as intended: The order in which the files are passed to the unique function depends on the filesystem...
First some observations: 1. When in-place doesn't find the first transformer for a file (matching the rightmost extension), it leaves it untouched. 2. Repeating the same extension multiple times will...
It is confusing that metalsmith & marked options must be specified at the same level of the options object. ```js markdown({ gfm: true, // -> marked opt keys: ['desc'] //...
Hi, First off, kudos to making the simplest & sleakest color picker available out there. In order to avoid creating color pickers for every color setting on a page, I...
The instantiation of the object at https://github.com/metalsmith/metalsmith/blob/master/lib/index.js#L564 should be replaced with `Object.create(null)`
Sample usage: ``` metalsmith create [-o ] [--force] ``` Where app is a "registered" metalsmith starter. "Registered" means as much as "committed to a source file in the package". The...
To replace the outdated metalsmith-watch plugin, and because watching is equivalent to doing repeat builds (with a similar function signature), and a very useful feature, it should be considered to...
- [ ] #13 - [ ] change brightness toggle to percentage ? `0/1` instead of scale 0-255 - [ ] Update FPM - [ ] Test & check with...
See https://docs.python.org/3/library/argparse.html * Might cause breaking changes in CLI commands, to be investigated
Title pretty self-explanatory... In the native `ko.toJSON` function, one has an option to pass 2 extra parameters (one for indentation), just like the native `JSON.stringify`.. Any chance this could be...