James Newell
James Newell
On OSX 10.8.5 I get the following error message repeated whilst the command is running. ``` ps: illegal option -- - usage: ps [-AaCcEefhjlMmrSTvwXx] [-O fmt | -o fmt] [-G...
[`sass-spacing`](https://github.com/digitaledgeit/sass-spacing#margin) has these additional signatures: ``` m($y, $x) m($t, $x, $b) m($t, $r, $b, $l) mx($r, $l) my($t, $b) ``` They're nice shorthands, but would only useful if you're using...
I'm using the envify transform and uglify to remove dead code. ``` .transform('envify', { global: true, NODE_ENV: process.argv.indexOf('--production') !== -1 ? 'production' : 'development' }) ``` When the `NODE_ENV` property...
```js ``` Expected: ```css @media (min-width: 36.0625em) … .gOOjhT { color: #ccf2ed; } @media (min-width: 75.0625em) … .gOOjhT { color: #00c0a5; } ``` Actual: ```css @media (min-width: 75.0625em) … .gOOjhT...
- [ ] mock `fetch()` - [x] add examples of using `progress()` - [x] support synchronous requests `.send()` with `async=false` - [ ] add contributor names to the change log...
Proper API docs. A website instead of a gigantic readme?
e.g. have to return a response - the response is passed just for convenience