Hunter Loftis

Results 86 comments of Hunter Loftis

Has there been any movement here? What's the current-best way to use buttons as anchor links? Options 1 and 3 break styling while option 2 has no effect.

> That 10 seconds slow down in exchange to always-good builds is worth it, to me. Of course, one may always add node_modules back to be cached if wanted. Sure,...

:+1: I love this idea - it's something we've talked about doing lower in the build system (so all output would be timestamped). Until then, I think it'd be great...

Great question... I was thinking probably a function to pipe all output through (kind of like `indent` right now). That way we could change all output lines with minimal code...

PRs happily accepted ;)

Yeah I think absolute is a good v1, although the function could certainly manage a delta as well if you wanted. (UTC timestamp +5s) or something.

npm's shrinkwrap is riddled with issues. Different parts of npm support shrinkwrap to different levels - for instance, [npm-prune is shrinkwrap unaware](https://github.com/heroku/heroku-buildpack-nodejs/issues/282#issuecomment-160877795). Given the issues with shrinkwrap's implementation (both in...

> Locking dependencies on package.json is no solution as it locks only direct dependencies, all indirect ones will happily install at whatever latest version matches their requirements, it's a recipe...

Of course - we need a system to lock / shrinkwrap dependencies. My point is that the need for that, the end result, is far more important than compatibility with...