qDot

Results 234 issues of qDot

Just to let you know, your example runs on Creators Update right now, but will stall if anyone tries to call BluetoothLEDevice.FromBluetoothAddressAsync. This is due to a security bug in...

In moving one of my sites that uses mdx-video to a responsive layout, I noticed that all of the width/height parameters for mdx-video output are hardcoded. This doesn't play too...

We neither detect nor deal with subsection copying well right now. Fix that.

bug

Right now decoding is a one shot thru DGifSlurp, which quite often lags things. No idea if it can be thrown to a webworker without copying the whole emscripten heap...

enhancement

Decoding is done. Implement encoding.

enhancement

Figure out a way to discover lovense devices instead of depending on the user to provide a serial port

Should be able to build/test on travis

Original comment: http://disq.us/6iwldk?imp=cce7d05a-a21a-43d8-941c-a3e31ea21eee&thread=465932670&zone=email_notification&event=shortener_click --- I just got my Arduino Mega controlling the MyKeeopn, and a few notes that people might find useful: - didn't need a 5v 3.3v converter, because...

If the keepon is powered off, we need to kick back into bootup mode so we can pull the bus pins low. Unfortunately, there's no Wire.end() call that will call...

Task

Arduino passthru needs better error codes, as right now it doesn't really have any.

Task