Craig Wickesser

Results 30 comments of Craig Wickesser

I have a similar issue. I have the goconvey binary on my server, I launch a container (which has a different gopath) and start the goconvey binary inside it. On...

@atz thanks for mentioning it, though I'm no longer using goconvey so I can't confirm if that was the problem :)

Me too. Was looking how to replace the templates used by the directives, but haven't succeeded yet.

Is it possible to control whether a user can go to next page (or specific page)? For example, say I have two pages. On the first page, if the user...

@dhh @nviennot Would this work with JRuby? (asking b/c of the mention of using fork). Actually, I just noticed the current "tester" uses fork, so this may already not work...

@nviennot the "this" was implying "this issue", meaning adding rspec support to the commands gem (sorry for the confusion). I knew JRuby didn't support fork (which is why I was...

Not exactly what you're looking for but it's quite helpful https://github.com/yahoo/kafka-manager

I'm on docker 1.9.0 with CentOS 7, running consul with `--net=host --privileged=true` hasn't helped. Also, running "conntract -F" hasn't helped.

@amulyas is the chronos job running in docker? If yes, is the docker client on the host where the chronos job runs configured with `--dns ipaddr` where ipaddr is the...

I ended up with: ```jsx {({ errors, touched, values, handleChange, handleBlur }) => ( Phone Number {handleChange(e)}} onBlur={handleBlur} /> )} ```