Henry Snopek

Results 19 issues of Henry Snopek

We'll be completely removing the structure that builds the current github page. The site design will stay the same, but will be built with [roots](http://roots.cx).

enhancement
v2.0.0

The current source of PourOver is a bit messy and can be cleaned up. Possibly removing all dependencies in the process or just [underscore](http://underscorejs.org). - [ ] `snake_case` to `camelCase`...

v2.0.0

Separate benchmarking from tests and add real comparisons to previous versions.

enhancement
v2.0.0

With the spotty wifi at my school this happens all the time, might be useful for those that don't always look at the wifi status when deployment hangs :smile:

Rather than killing the watcher on error, display error within browser or just wait for another file save. note: I feel like as I keep adding to the suggestion list...

Peak doesn't recognizing `!(name)` when watching error: ``` /Users/henrysnopek/projects/peak/node_modules/stylus/lib/renderer.js:114 if (!fn) throw utils.formatException(err, options); ^ ParseError: /Users/henrysnopek/projects/tumblrTheme/assets/css/_global.styl:2:17 1| body 2| background: !(color:Background) ----------------------^ 3| color: !(color:Text) 4| 5| // #(IfBackgroundImage)...

**NOTE**: the `package.json` edits were made by yarn/npm installation ## Summary This pull request normalizes encodings between node and the browser. By doing so we eliminate any malformed data and...

- fixes error handling when files are unable to be required due to invalid javascript - removes mmToRe wrapper