James Edward Lewis II

Results 57 comments of James Edward Lewis II

I don't have information on any engines that commonly erroneously trim either of those characters: I just know that this shim checks `\x85` and es5-shim checks `\u200B`, so I thought...

Then this means this shim is specifically targeting 5.1.0, thanks for letting me know. I'll get a test in later today, and then feel the frustration that comes with not...

The downside to using ranges in the regexp string is that it couldn't be re-purposed to check for failure to trim all trimmable whitespace (although it would save characters to...

I am, but I got distracted :disappointed:

I made `U+200B` a separate test because if I combined them, and an implementation fails the "should trim on both sides" test, it could end up passing a test involving...

The current addon ID for Decentraleyes is `jid1-BoFifL9Vbdl2zQ@jetpack` rather than Decentraleyes@ThomasRientjes.

You do need to take care of the case of `NaN`, because `[NaN].indexOf(NaN) === -1` even though `[NaN].includes(NaN) === true`: ``` javascript function arrayIncludes(arr, search/*, fromIndex*/) { 'use strict'; if...

FTR, ™ is at Unicode code-point U+2122, in the [Letterlike Symbols](https://en.m.wikipedia.org/wiki/Letterlike_Symbols) section of the Basic Multilingual Plane; it is also in the upper half of [Windows-1252](https://en.m.wikipedia.org/wiki/Windows-1252), sometimes thought of as...

A Twitch streamer named JCog is working on a fork of Chatty that will support 7tv (one major change needed is to integrate a WebP library, because that's the format...

I didn't notice 7tv support in the release notes for 0.16, but I tested anyway and support has not been added; there also is no public fork of Chatty in...