Boris Rozenshteyn
Boris Rozenshteyn
One more ProductID that I found for my Yubikey 4 Nano: ``` Yubikey 4 OTP+U2F: Product ID: 0x0403 Vendor ID: 0x1050 ```
It might make sense to not show AM/PM since it's obvious. Then you can use two LEDs to show `minutes div 10` and `minutes mod 10` respectively.
I'm currently not doing anything to the tweets to truncate them, it is a bug in ST API: https://github.com/wbond/package_control/issues/642 I can not think of any workaround for now, except for...
Hmm, that's a good idea, [look at the API](http://developer.github.com/v3/gists/#create-a-gist), it can even work without auth (I would like to avoid it). In that case, should we rather share the whole...
I'm doing it in a similar way, if kittydar community is interested. It's rather slow, but works as an API (/?url=http://example.com/link-to-image.jpg). [**See gist here**](https://gist.github.com/rozboris/6e0bab8b38ecfcc39cc7) It returns proper JSON, even in...
@vicary It's running on the latest Node.js v0.10.36. BTW, you might be able to drop heavy sharp lib depedency if you don't need JPG support. It works fine with PNG...
@vicary The only reason I was dealing with conversion through `sharp` is because my version of `Cairo` did not work with jpg. I did not have time to figure out...
@harthur It was definitely installed (it's a prerequisite for Cairo/node-canvas, see https://github.com/Automattic/node-canvas/wiki/Installation---Ubuntu-and-other-Debian-based-systems#installing-dependencies), but it's not enough.