Luke Bjerring
Luke Bjerring
> Is there any way and interest Provided I understand the question, on wpt.fyi we (cc @foolip) actually scrape authoritative IDL automatically, and use a testing framework to automatically generate...
Yes; I'll defer to @Hexcles for a batch-update of mapping the (incorrect) data
https://github.com/w3c/wptdashboard/pull/248, which uses the AppEngine SDK (and is not python3 compatible)
FYI - I'm working on visual diffs. https://experimental-diff-dot-wptdashboard.appspot.com/results/?label=chrome&diff https://experimental-diff-dot-wptdashboard.appspot.com/results/?label=firefox&diff On Wed, 2 May 2018 at 20:42 jugglinmike wrote: > Another interesting way to look at the data is to compare...
So, while this is quite annoying, and we should change it, it's somewhat working as intended. The current assignee for a review should not just unassign themselves, and thus ignore...
I'm not convinced that any changes should be made - to mitigate the nuisance would require doing something informative (maybe an instructional comment?). Are we able to temper a different...
~FWIW, `fork` seems not to hang the same way `spawn` does.~ nvm, changed too many things at once. It's `"stdio": "inherit"` that makes the difference (`"stdio": "pipe"` hangs) This hangs:...