Jonah Werre

Results 32 issues of Jonah Werre

http://learnboost.github.com/stylus/

Low

Thought I would add a [Stylus](http://stylus-lang.com/) version: [Skeleton-Stylus](https://github.com/jwerre/Skeleton)

I noticed there's an offset for Bar but not for the rest of the charts. It would be nice to have an offset for Pie, Smooth Line, etc as well.

enhancement

I've got a reset style something like this: ``` * { margin: 0; padding: 0; } ``` the result is: ``` Actionable email ``` I can't think of any reason...

enhancement
help wanted

Use [http.STATUS_CODES](https://nodejs.org/dist/latest-v10.x/docs/api/http.html#http_http_status_codes) instead.

We should be able to remove Bluebird as a dependency in favor of standard ES6 Promises.

Just use [`util.promisify`](https://nodejs.org/dist/latest-v10.x/docs/api/util.html#util_util_promisify_original)

- Convert to ES6 style class - Removed bluebird in favor of native Node.js Promise - document functions - Fixed test so they exit properly

I've notice that when there is one value for email address and phone numbers the ouput is an Object but if they are multiple it's an Array. Should always be...

I've had to do a lot of extra parsing because `parse()` uses the `new` keyword to create what should be primitive values. I'm sure there is a good reason for...