Colin Kuebler

Results 15 issues of Colin Kuebler

This allows a Tuya device to pair with the tuya-convert AP without using EZ config Device must first be in AP config mode "slow blink" vs the EZ config "fast...

Meets needs as in #644. This is a slightly different implementation and endpoint than #648 and I noticed #648 has been outstanding for a while.

This caused the output layer, but not input layer, to be scaled up on iOS Safari Fixes #22

In Internet Explorer 8, the tab character has a non-standard width of 6.5 in the input layer, and a width of 1 in the output layer, causing misalignment.

bug

In Firefox 3.6 and IE8 on Windows, non-regular font styles may overflow causing misalignment. This can be avoided for single line tokens by setting display to inline-block and decreasing the...

bug

In Opera 11.61, the input layer is too large causing the vertical scrollbar to always be visible

bug

Great work reverse engineering the bitmap embedded key, I've been working at this too with small gains. I was successfully able to use your code to extract the `t_s.bmp` key...

Before / After ![pixel-alignment-before-after](https://user-images.githubusercontent.com/553906/89107134-e5de6c80-d3fc-11ea-9d98-be0b8fe1b8da.png)

Consider the following examples ```js // ecolect 0.6.0 const ecolect = require('ecolect') const en = require('ecolect/language/en') const { any, dateTime } = require('ecolect/values') const intents = ecolect.intentsBuilder(en) .intent('schedule:when') .value('when', dateTime())...

bug