Kevin Gibbons

Results 164 issues of Kevin Gibbons

I'd love to use the parser and encoder from `wast` in JavaScript. The easiest way for that to work would be for the parsed module to be serializable and deserializable...

- [x] JavaScriptCore: [shipping in Safari 17](https://webkit.org/blog/14445/webkit-features-in-safari-17-0/) - [x] V8: shipping in 125 (I think?) ([bug](https://bugs.chromium.org/p/v8/issues/detail?id=13173)) - [ ] SpiderMonkey: not yet implemented ([bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1773135)) - [x] Babel: [shipped](https://babeljs.io/docs/babel-plugin-proposal-duplicate-named-capturing-groups-regex)

Per #16, this belongs in its own issue, rather than that one. Original [comment](https://github.com/domenic/get-originals/issues/16#issuecomment-411788294): > Goals should include not undoing the work of polyfills like https://github.com/WICG/trusted-types which need to patch...

(Disclosure: I am writing on behalf of my employer, Shape Security, which makes heavy use of virtualization as discussed below in its product.) The web platform has long allowed early-running...

The description claims "no leaks", but if you do `Tuple(primitive)`, that creates a `UniversalWeakMap` which can never be garbage collected. If you're creating a lot of tuples with a lot...

I work at Shape Security on our anti-fraud product, which is widely used by banks, retailers, and other organizations to defend against credential stuffing, user account takeovers, and other forms...

Summary: IP blindness seems like it's mainly aimed at combatting the cross-site tracking which IP addresses facilitate. But individual sites also use IP addresses to correlate traffic for individuals across...

This was discussed at some length on Matrix starting around [here](https://matrixlogs.bakkot.com/TC39_Delegates/2023-02-01#L95), but I want to capture it on this tracker so it doesn't get lost. I think that it is...

Fixes #57228. Set methods are stage 3, and I expect to ask for stage 4 in April. I've used the simplest possible types here, but in some sense these are...

For Backlog Bug

Create a file `tmp.js` containing `'a|b'.split('|').forEach(print)`, then run `eshost tmp.js` (assuming the existence of `eshost-cli`). On my machine, at least, this produces output along the lines of ``` #### Chakra...