Perryn Fowler

Results 27 comments of Perryn Fowler

A comment in support of this change. I recently monkey patched rspec_wait to do this (I was was going to submit a PR before I saw someone beat me to...

@iloveitaly Sure... but there's a lot on my stack atm, so don't wait around for me to get to it if someone else has time :)

Hi there Thanks for sending a pull request! However, I'm not sure why you want to add methods that allow client code to set colour directly? Generally in blinky CI...

hi @jmpak which new lights are these?

Hi @rastadrian and @jmpak yes exactly, this should be really be a new device recipe. If either of you have the time to put that in a pull request, I'll...

Hi @LightningSnoop Thanks for the pull request! I actually didn't do this on purpose originally - in many environments with a lot of collaborating devs you don't want the light...

Hi there, Sorry for the delay responding - did you manage to get it working at all? cheers Perryn

Hi Aurekin I'd like to get to the bottom of this - Would you be able to make code changes and try them out on your system? Perryn

heh - no idea :) In the meantime try adding ``` begin @handle.usb_detach_kernel_driver_np(0) rescue LIBUSB::ERROR_NOT_FOUND # Already detached end @handle.set_configuration(device.configurations.first) @handle.usb_claim_interface(0) ``` after line 5 in light.rb? Also, what version...

doh In that case, instead of calling device.open in LightFactory and constructing Light with the result, you'll need to construct Light with the device and call open to obtain the...