Stephen Suen
Stephen Suen
Great job with the plugin — I was wondering, is it possible to add a unique class to the overlay window so that we can apply custom CSS? Something to...
I'm building a Polymer app right now and this project has been a super helpful reference example on how to structure a PWA with the PRPL pattern and using HTTP2...
I tried to use git-obliterate to remove sensitive information from a commit I pushed to github. The command successfully rewrote all the commits to exclude that file, but didn't seem...
Certain colors (I've only seen this in HSL so far) don't round correctly when calling `string()`. For example: ``` var Color = require('color'); var pink = Color('#FF08C2'); console.log(pink.hsl().string()); // 'hsl(314.79999999999995,...
I am trying to set up serial communication between a Ruby on Rails app and an Arduino Mega. In Ruby, I am writing an array of strings to the serial,...