Jeff Widman

Results 587 comments of Jeff Widman

I understand what you're trying to achieve, but as @StephenSorriaux points out above, I think it's already solvable if you change the logger you're tuning to `kazoo` rather than `kazoo.client`....

Any reason this isn't mergable @tollmanz ?

Thanks for the fast response. Really appreciated. > Are you actually having a problem with collisions or are you trying to be proactive about it? Proactive. Was going to drop...

https://github.com/skywinder/Github-Changelog-Generator might be useful here as a starting point for bringing the changelog up to date.

@yongkangchen IIRC, `scp` uses `~/.ssh/config` under the covers, so there's no need to write a custom parser for SSH config. The user can pass their custom `hostname` to `remote-sync`, which...

I haven't looked at the underlying syscalls in a while, is there a way to atomically identify that the namespace exists at time of creation? Ie, avoid the data race...

PR's improving docs, comments, or code are always welcome!

I think this can be closed as fixed? * https://github.com/vishvananda/netns/pull/42

I'm a bit of a n00b python guy, so still figuring things out, but it seems the ideal for me would be: 1) Within `user.behavior`, set default path for folder...

Is this still relevant now that https://github.com/drone/drone-git/pull/38 is merged?