Rico Sta. Cruz
Rico Sta. Cruz
Re: ES6 transpilation (#42): I'd like to avoid build steps if it's avoidable. 101 is about small micro-utilities. Writing in ES6 syntax isn't going to give any significant productivity boost,...
Btw: http://ricostacruz.com/til/my-immutable-toolkit :)
> I would like to rename all immutable methods to be prepended w/ "immutable-" :-1: on this: it gives the impression that there are non-immutable methods in 101, which there...
pleeeeeeaaasssee if you have an NPM account i can publish it and add you as owner, just gimme your email :)
:+1: Aside from Brunch users, this is also helpful for Webpack users as well, which doesn't honor package.json's `browserify.transform` (of course). It's also helpful for Browserify users who may be...
A stable release of NVIDIA 495 is now out, and Sway can work with the `--unsupported-gpu` flag.
Just chiming in to say I can't reproduce this on Vim 7.2, Mac, console, with `:set mouse=a`. Same with MacVim 7.3.
oh man.. at the moment there isn't one. you can fork https://github.com/docpress/docpress-base to edit the template, and then use your fork in `docs/docpress.json`: ``` json { "plugins": { "docpress-core": {},...
## Idea 1: use different plugin keys Instead of just dumping plugins into `plugins`, we can add these config keys: - `transforms` - plugin(s) that may augment docpress-core's functionality. There...
that can work. I chose the object notation because that's the convention metalsmith uses ([example](https://github.com/axa-ch/metalsmith-postcss#metalsmith-cli)). In the spirit of keeping up with the Metalsmith community, I'd like to continue support...