Christian Winther

Results 180 comments of Christian Winther

@jp this looks solid :) I've been using this workaround for it at SeatGeek - using GitHub tags to discover Docker tags ``` - name: docker.elastic.co/beats/filebeat remote_tags_source: "github" remote_tags_config: owner:...

I'm getting hit by the same bug - though I think its a kernel issue.. If i run a `ping` command at the same time, i get the following error(s)...

This has been fixed in the 0.6 branch I'm working on over in #30

@RedStalker not sure I fully understand your answer, did it fix it for you, or what is your expectation ? :)

I need to review this carefully later, probably won't be for a couple of weeks due to work priorities. It would be great to have teats to support the changes...

I might be interested in sponsoring this effort financially if someone can give me a rough estimate :)

I made more progress today that seems to detect all calls to `.OK()` within my method as expected. The first matcher will correctly highlight the `At()` for where the check...

> As mentioned in Gitter chat, the `timeout` binary in `coreutils` can do this inside the container if you need a fix right now. > > `timeout 5 /path/to/slow/command with...