bblair

Results 11 issues of bblair

[Webpages should always be at 100% width.](http://ux.stackexchange.com/q/54117/42756) It annoys me constantly seeing otherwise responsively-designed websites constrained within a tiny rectangle down the center of the screen, this site being a...

This happens in 3.3.5 (but not 3.3.4) instead of #207: ``` assert.js:90 throw new assert.AssertionError({ ^ AssertionError: false == true at Flow._read (…/node_modules/http2/lib/protocol/flow.js:170:5) at Flow.Readable.read (_stream_readable.js:355:10) at Flow.read (…/node_modules/http2/lib/protocol/flow.js:194:34) at...

It is possible with the https module to enable OCSP stapling with the [ocsp module](https://www.npmjs.com/package/ocsp). Can http2 get this same functionality?

performance
feature
p1

### Before opening the issue, have you...? - [X] Searched for existing issues ### Is your feature request related to a problem? Please describe When the icon is disabled, the...

enhancement
Suggestion

``` > node-gyp rebuild gyp ERR! configure error gyp ERR! stack Error: Command failed: /anaconda3/bin/python -c import sys; print "%s.%s.%s" % sys.version_info[:3]; gyp ERR! stack File "", line 1 gyp...

Feature request: If a field is deprecated using the option `[deprecated = true]`, there should be a way to see that using reflection.

### Before You File a Bug Report Please Confirm You Have Done The Following... - [x] I have tried restarting my IDE and the issue persists. - [x] I have...

bug
package: eslint-plugin
accepting prs

This PR changes the anonymous names to disambiguate between similar pokemon names (Charmander vs Chimchar, Treecko vs Turtwig). The names are taken from this list, removing names that have the...

Changes the regex for identifying timestamps to add an optional non-capturing group for seconds so that timestamps like "[00:00:00]" are identified correctly.