Mathias Bynens

Results 492 comments of Mathias Bynens

The `json-key` example is exactly what I needed. Thanks! One additional feature that would be useful for this sort of thing is a way to type-check a JSON property. Something...

Awesome answer! Thanks for being so patient with me and explaining this is so much detail.

It doesn’t necessarily become orange, it just re-uses the dominant color in those lines. For now, add this to your custom user CSS (_Atom_ → _Open Your Stylesheet_): ``` css...

942 yen.

> 942 Japanese yen = 12.265782 U.S. dollars Close enough!

@alrra, one thing to keep in mind is that in the new logos, the white void gets proportionally thinner at size 128 and above — so it’s not simply a...

In line with the new Chrome logos, the Chrome DevTools logo has been updated. It can be found here: https://github.com/ChromeDevTools/devtools-logo/tree/HEAD/logos/svg (The PR was https://github.com/ChromeDevTools/devtools-logo/pull/5.) Note that these SVGs are the...

> > I’m working to make the final official responsive SVG versions of the other Chrome logos available too. > > @mathiasbynens Do you think you will have time or...

> Can you also link to the ES6 spec and show where these characters should be included? The spec is here: http://ecma-international.org/ecma-262/6.0/#sec-white-space Throughout the spec, `WhiteSpace` consists of U+0009, U+000B,...

Looks like this patch doesn’t add any code points to the whitespace set. It only checks `'\u0085\u002B'` instead of just `'\u0085'` for `hasStringBug`. The patch description mentions these are commonly...