ThomasL

Results 13 comments of ThomasL

Looks like supporting a proxy is not *that* difficult. You have to redirect the TCP socket, send a request to the proxy and parse its response. After this additional step...

I think I know why the queue.on_recovery get's called twice. Checking the execution stack shows two distinct stacks. The first call is from the session restore: ``` /usr/lib64/ruby/gems/1.8/gems/amqp-1.5.0/lib/amqp/callbacks.rb:51:in `call' /usr/lib64/ruby/gems/1.8/gems/amqp-1.5.0/lib/amqp/callbacks.rb:51:in...

Sorry for spamming messages here. I'm diving deeper and found something else slightly related to this issue. In queue.rb ``` def auto_recover self.exec_callback_yielding_self(:before_recovery) if self.server_named? old_name = @name.dup @name =...

Thank you for this great plugin. If you have some time, could you look into improving the canvas support? It looks like it's possible as others have code to scan...

After some testing I can say that version 1.1.0 is working for me. It recognised all the images in a canvas correctly, with one exception. Group background images are not...

Sorry for bringing up that old topic again but I'm struggling here too. What I did: ``` git clone https://github.com/neggles/cm4io-fan.git /usr/src/cm4io-fan-0.2.0 cd /usr/src/cm4io-fan-0.2.0 # edit dkms.conf to remove BUILD_EXCLUSIVE_KERNEL dkms...

> Today I made the installation again, here my steps: > > 1. Make a system upgrade with apt. > 2. Install dkms. > 3. Clone cm4io-fan repo. > 4....

Updated the `Adafruit_NeoPixel` library to the current version (1.0.6). This does not solve the issue. It's behaving exactly the same as with the included version (1.0.3). I've also tried to...

I've switched my development environment to SMING (non-RTOS). I can confirm that there is no issue with interrupts on Sming.

Issue may be related to this one: http://www.esp8266.com/viewtopic.php?f=9&t=3979