Jason Kratzer
Jason Kratzer
Seems that the stubs need to be updated for both Chrome and Firefox. If you're seeing this error on IE, it's likely due to missing or outdated symbols. If anyone...
@mot, is this fix working for you under 0.3.1.4? It looks like there is an issue using 'ProcessDebugOptions.DebugChildren' which prevents pykd from breaking in when the timeout is reached. Can...
Obviously there are several different ways we can handle this. FOE leverages CDB for crash handling and it seems to be relatively stable. It wouldn't take much to modify their...
It appears that my original assessment is incorrect due to the rules for handling combining commas: https://drafts.csswg.org/css-values-4/#comb-comma However, can you point me to the spec that defines the comma-separated alpha...
See also: https://bugzilla.mozilla.org/show_bug.cgi?id=1675249
Minor nit on the UI but we should move the `Product` and `Component` field below `Provider` just so it's a clear hierarchy.
Another nit - move product refresh button out of the template editor and move it into the user settings page since the likelihood that we'll need to refresh is low.
@tidoust I didn't realize it was a snapshot of https://github.com/w3c/webref/tree/curated. Are the patches applied to that branch available somewhere? I'm curious why several of the SVG-2 properties have been removed...
This is one of the tricks we use for reproducing intermittent testcases. There's a number of reasons why this can work for some testcases. Running multiple instances of the same...
My mistake. I was looking at an outdated version of mdn data. I made a PR for this upstream. https://github.com/mdn/data/pull/631