Barney Carroll
Barney Carroll
The browser is Chrome (I believe there is a precedent for bug 1 in that WebKit will treat overflow : hidden as overflow : scroll during mouse drag) . To...
@maxgurewitz the closed source project I was using that depended on htmlparser2 (via linkedom) uses a custom JavaScript parser, so the issue was worked around there. I know various open...
I’m not sure if we could get per-element path forking to work — we’d need to query the selector input, and even if TS were capable of expressing that complexity,...
> IIRC `X | any` coalesces to `any` so we'd have to be a bit smarter with this (maybe using negative logic to exclude the keys that are on the...