Eric Ferraiuolo

Results 8 issues of Eric Ferraiuolo

The current unit tests basically test the `Intl` APIs to death, but the `Intl` APIs should be mocked and we shouldn't worry about them much at this level. Instead, the...

The only reason `hash.intlName` was added was to get around Handlebars subexpression bugs. It should first be determined if these Handlebars bugs have _actually_ been fixed.

Express middleware used via `app.use()` requires a function, this commit https://github.com/rgrove/combohandler/commit/bc842d9ec1370dcd54d734b90ea7b97dc3140ce7 made `combo.combine()` always return an array.

bug

It would be useful to support combining files which reside in different root paths in one HTTP request. ``` javascript app.get('/js', combo.combine({rootPath: [ __dirname + '/public/js', __dirname + '/shared/js' ]}),...

enhancement
up for grabs

Looks like Apple has fixed this issue in Mobile Safari in iOS 6! \o/ The README could be updated to reflect that, along with possibly not applying this hack when...

In Firefox 4 when I have a lot of tabs open I usually use the two-finger scroll left/right gesture on my Mac to scroll horizontally through my open tabs ([Tab...

The `express-state` package has been updated to 1.3.0 which removes an internal module which is being `require()`'d here: https://github.com/yahoo/mojito/blob/3828d51207bdab763c4b3f7c48aed1aecd922051/lib/app/addons/ac/deploy.server.js#L19 This should be replaced with the [`serialize-javascript`](https://github.com/yahoo/serialize-javascript) package. See: https://github.com/yahoo/express-state/releases/tag/v1.3.0

I ran into an issue when trying to next the `md` tagged template literals within the rest of a JSX element tree, the Markdown was render with `` formatting because...