Mathias Bynens
Mathias Bynens
@jakl What kind of patch would you prefer? I could create a new `tools` directory and add a quick `generate-regexes.js` file there that generates the regular expressions and writes their...
Also I would be interested to hear where these ranges come from. Is this just a listing of all code points in a given Unicode category/script/block/…? Cause that would make...
I’d like to see an option to automatically add `;` after each declaration (even if the source file didn’t have one). So… ``` css .menu{color:red} .navigation{background-color:#333} ``` …which currently beautifies...
An option to add a space after each comma that separates multiple values or selectors would be neat, too. (Or maybe 1 space should be the default?) E.g. ``` css...
Similar feature request: add space before the parens that start a media query expression, and after each semicolon inside a media query expression that separates a property from a value....
I believe this is just standardizing what most browsers already support. The page I linked to mentions this is implemented in Firefox, IE, Opera and Safari. Here’s a quick test...
IE7, IE8, IE9 and IE10pp1 seem to ignore the `` entirely. In Firefox, both images resolve to `http://mathiasbynens.be/demo/base/test.png`, i.e. the image with the “2” in it. IE6 and most other...
@quincygogo How would you “scan the inventory” without man-in-the-middling?
Note that Pokémon GO crashes on startup on jailbroken devices (by design — they go out of their way to detect it!), but [there’s a workaround](http://www.idownloadblog.com/2016/07/29/play-pokemon-go-on-jailbroken-iphone/).
Duplicate of #19.