Andrew Nichols

Results 22 issues of Andrew Nichols

There is an issue in [hike](https://github.com/nodeca/hike-js) that can cause `should.js` not to serve correctly when running tests in the browser. They've fixed the issue (see nodeca/hike-js#13) and are publishing a...

I know there have been other issues to this effect that have been resolved, so it's possible I'm doing this wrong. I want to set up two different bundles, one...

It's not clear to me from the docs how to do this (other than a custom function for `transformUrl`). I was very surprised this isn't the default, as that _is_...

help wanted

I was thinking to myself, "I need to write an interactive git branch thing" and lo and behold, it already exists. So thanks for that! Is there any chance of...

I can't find a buffer plugin that does this, so I'm hoping this is something bufexplorer could incorporate (probably behind an option). Say I open bufexplorer in a vertical split...

I've noticed (consistently) that if I do `bv` and then use `t` to open a buffer in a new tab, when I come back to the tab I opened bufexplorer...

If you use a lambda inside a loop (or any construct that has a sub-context), you _can't_ access the outer context the way you _normally_ can with hogan. E.g. ```...

So `extends` means "a" is a child of "b" . . . which turns out to be really bad with object literals. We didn't notice till we tried to pass...

This addresses #406. However, I do have questions. 1) I'm not positive that `grunt.fail.fatal` is the right approach. Maybe it should just do nothing and move on to the next...

Is this package actually at 0.0.11 or 0.0.12? bower.json says 0.0.11 but package.json says 0.0.12. Or possible the newest version has not been published on bower?