W. Trevor King

Results 439 comments of W. Trevor King
trafficstars

On Mon, Nov 28, 2016 at 11:09:11AM -0800, Juan Benet wrote: > - I think maybe the default should be hop depth? (say 3 hops?) Hop-depth doesn't play so nicely...

On Mon, Nov 28, 2016 at 11:46:25AM -0800, Juan Benet wrote: > - Also, not sure i captured it well on designs, but original intent > was to show some...

On Mon, Nov 28, 2016 at 12:32:51PM -0800, Juan Benet wrote: > I explicitly want to understand: > - What are all the things this is blocking? Do you really...

On Mon, Jan 09, 2017 at 05:46:17AM -0800, rht wrote: > 1. do a regex match on the remaining issues that hasn't been matched > by the 'depends on: ...'...

On Tue, Jan 10, 2017 at 02:19:29AM -0800, rht wrote: > > I think we want a regexp looking for ‘related to: …’ syntax, > > because that will let...

Ok, with 72a05c5 I'm passing local tests, so I think this is ready for review and merging.

The Travis errors appear to be due to incompatibility with older versions of Node. For example: ``` npm ERR! Error: No compatible version found: debug@'^0.8.1' npm ERR! Valid install targets:...

On Tue, Jun 10, 2014 at 11:46:12AM -0700, Parker Moore wrote: > Docs would also be nice for this. Readme entries?

Hmm, actually, I did add the gitio2 dependency. But the debug package is only being pulled in by nock (v0.32.3 requires debug ^0.8.1) and mocha (v1.20.0 required debug *).