Timothy Gu
Timothy Gu
Thanks for the work. If you are interested in making this part of jsdom itself, here are two notes. If not, that's okay too. We'll get to it in due...
Filed https://github.com/NV/CSSOM/issues/105, as we don't actually implement CSSOM in jsdom ourselves.
@icy0307 Instead of reaching into `jsdom/lib` which is unsupported, you should create a new mock for every window instead. Then you could say `extends window.Event`.
The issue with `https://ي./` is that the [Bidi Rule](https://www.rfc-editor.org/rfc/rfc5893.html#section-2) in RFC 5893 seems to just assume that any label is nonempty (see e.g., rule 1). The bug can thus be...
Ah, right.
The test samples are kind of big, so it wouldn't be practical to include them…
Using a hash sounds good. It is not _big_ big, but 437kB is almost twice the size of the source tarball 220kB.
Actually, no, it will keep giving you 407's. (The `TCP_TUNNEL`s are legitimate requests, well `TCP_DENIED`s are requests that are denied because of incorrect or missing sign-in details (Squid treats both...
Yes, `user` is an actual registered user name. However, there are some requests that returned 407 even with a user too: ``` 1479687156.315 67 xxx.xxx.xxx.xxx TCP_DENIED/407 4187 CONNECT slack.com:443 -...
@szepeviktor, I don't think you understood what I meant: 1. It would be wrong to ignore when user is `-` because then I can literally write up a script that...