Daniel Leong

Results 45 comments of Daniel Leong

```ruby sleep(@browser.slowmo) if slowmoable && @browser.slowmo > 0 ``` Is this part of addressing this? Was thinking of just doing a sleep on slowmo define time, we can just do...

This is my hacky attempt in my own spec_helper.rb. Rather than just using slowmo. ```ruby def wait_for(css_element, visibility: :all) @staled_retries ||= 120 element = first(css_element, visible: visibility, wait: 0.3) warn_log...

👍 Hope there will be good news soon regarding a fix for this issue. Really keen to use the plugin.

👍 ``` panic: runtime error: invalid memory address or nil pointer dereference [signal 0xb code=0x1 addr=0x40 pc=0x4b563c] goroutine 20 [running]: github.com/mesos/mr-redis/sched/mesoslib.GetFrameWorkID(0x0, 0x0, 0xf160e8) /home/ubuntu/gopkg/src/github.com/mesos/mr-redis/sched/mesoslib/mesoslib.go:141 +0x6c github.com/mesos/mr-redis/sched/mesoslib.Run(0xc8201f4d80, 0x28, 0xc8201f4e10, 0x2c, 0xf160e8,...

Not working with mr-redis and zookeeper anymore. Can't really test this on my end. Will be great to see someone give this a test and this gets merge.

Err, left that part of the project behind. Job/Career change.

Need more test around this.

You should be able to force a reload. @mhgbrown do you think the gem should handle this? if nil, attempt a reload.