Rob Wu
Rob Wu
The common pattern in the implementation of Server (including the [http.Server](https://github.com/nodejs/node/blob/8a12368a2090440bfd798abf68e5009445a8dced/lib/_http_server.js#L231-L232) and [https.Server](https://github.com/nodejs/node/blob/8a12368a2090440bfd798abf68e5009445a8dced/lib/https.js#L12-L13) objects from the Node.js core) is the following (note that `this` is completely ignored): if (!(this instanceof...
Feedback from http://meta.askubuntu.com/questions/7634/alert-sound-for-new-messages: > Is it possible to set alert sound for new incomming messages and notifications associated with my Ask Ubuntu account?
Feedback from user (Jeremy) via the Chrome Web Store: > notification persist until interacted with. maybe good for some, but my preference would be a growl that goes away after...
A user wanted native notifications in Chrome, so I offered the following advice: > Open chrome://extensions, enable developer mode. Click on Inspect background page at my extension. Click on the...
Feedback from user (Jeremy) via the Chrome Web Store: > squelch could be handy. or snooze for N minutes. some way to keep an active thread from getting spammy and...
There are several potential ways to optimize the perceived performance of the extension: - [ ] Load the relatively large (76kb) mime-metadata.js in the background page and use the functions...
Last month I spent two weeks on implementing content sniffing, which was behaviorally identical to Firefox's implementation. Unfortunately, I lost the laptop before I pushed the changes, so I will...
The original dialog has access keys to switch between parts of the UI in the dialog. I am open to also supporting access keys, if anyone needs them.
https://github.com/Rob--W/open-in-browser/blob/master/extension/_locales/en/messages.json contains strings that are not translated in other locale files (name and description). These should be translated too. And other hard-coded strings (e.g. menu items, preference page) can use...
The current size of all icons in extension/icons/ is 706369 bytes. If duplicates are discarded, the size drops to 345732 bytes. (source: 384413ebf05db4b9624e96358f7246c592ecec5d) Consider adding a build step that removes...