Asier Illarramendi
Asier Illarramendi
In the Surface chapter, when explaining `power_preference`, the last sentence is not clear: > * `power_preference` has two variants: `LowPower`, and `HighPerformance`. `LowPower` will pick an adapter that favors battery...
Has anyone found a way to customize it on `Sierra`? In theory there should be a sqlite3 db in `~/Library/Application\ Support/Dock/`… But I've not seen anything.
Update `readme.md` with how to generate URLs as commented on #1.
Right now the plugin has been written with Jade in mind. Handlebars (see #3), Mustache… and other don't work out of the box. Fix and document. Most popular ones: -...
Right now [`bind()`](https://github.com/doup/metalsmith-i18n/blob/master/lib/index.js#L52) creates new functions, it would be nice if the functions can be reused on all the objects. Not sure if it's possible…