Kevin Burke
Kevin Burke
basically - if you have an if block with no else, and you have `if not` or `if !blah`, it should be replaced with `unless`. ``` coffee if !user return...
Everyone knows it's way easier for new social media tools to go viral if celebrities endorse them. Wondering how hard it would be to get Chris Bosh to post some...
I tried for example `papertrail --min-time='16:06:53'` (9am Pacific, but the log timestamps showed up as UTC). Papertrail prints no results and exits 0. I know times are hard but it'd...
Our deploys are currently pretty slow (90 seconds to 3+ minutes) and I was wondering what I could do to speed it up. It would be useful if the buildpack...
It would be useful, for example, to enforce that clients connect using UTC. Currently I believe you'd have to pass the string argument, and even then I think it might...
Without this module, when loading Sails-based tests I saw about 6k stat() misses and a single test took about 6.5s to run. With it, I saw 1.2k stat() misses (some/all...
I wrote this: https://github.com/Shyp/cache-require-paths/commit/f21238ca914a96b6b53f7945d33b48a9b1ae4e1c then realized it's not the right thing really... we don't care about absolute vs. relative, so much as we care about whether the path references something...
It appears that some of the objects in the git tree added a zero-padded file mode, there's a little more info about this here: http://comments.gmane.org/gmane.comp.version-control.git/143288, http://stackoverflow.com/questions/15598465/should-i-worry-about-git-fsck-warning-contains-zero-padded-file-modes, https://www.perforce.com/blog/150109/git-out-vulnerability-out-fire You can reproduce...