Philip Jägenstedt

Results 336 issues of Philip Jägenstedt

This reverts https://github.com/web-platform-tests/wpt/pull/26122. Document the epoch branches and how to debug them locally to remove the need for these tags. Fixes https://github.com/web-platform-tests/wpt/pull/26122.

infra
docs
ci
status:awaiting-rfc-resolution

After https://github.com/web-platform-tests/rfcs/blob/master/rfcs/py_3.md there's some cleanup is possible. Most obvious is the use of [six](https://six.readthedocs.io/), but there are other things like checking `sys.version_info` as well. This is a tracking issue just...

python3

This changes the hash in the test due to changes in URL encoding, but decodeURIComponent() of the strings gives the exact same strings before and after this change. Add buildtests.py...

infra
webvtt
wg-audiovideo_tt
ci

- [ ] At least two implementers are interested (and none opposed): * … * … - [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:...

I wanted to know if https://github.com/speced/bikeshed/issues/3053 is included in Bikeshed 5.1.2, but don't know how. I ran `pipx upgrade-all` to figure out that there was a release, but don't know...

I have local changes to `bikeshed/lint/unusedInternalDfns.py` that I want to test. I've tried to follow https://speced.github.io/bikeshed/#install-pipenv which suggests: ```sh pipenv install --dev -e . pipenv run bikeshed update ``` However,...

**Describe the bug** chromestatus.com appears to get the list of web-features IDs from [enums.xml](https://source.chromium.org/chromium/chromium/src/+/main:tools/metrics/histograms/metadata/blink/enums.xml;l=7787-8107;drc=88c53cfe4e2b8a7912035ce2bf10b805144f8508) in Chromium, which is the set of features that have use counters mapped, not all known...

bug

In WPT, .any.js tests generate a number of other tests, like .any.html and .any.worker.html. In wasm/, for reasons I don't understand yet, the .any.js files are also included in the...

Fixes https://github.com/whatwg/fetch/issues/1861. - [ ] At least two implementers are interested (and none opposed): * … * … - [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented...