James C Scott III
James C Scott III
I see what you mean with the auto-completion. I will go with client-src
I *think* that the index of package locations is stale sometimes. That is why it fails with the 404. Adding `sudo apt-get update` might help. I tried it in #2992...
If the GitHub team needs more information, I wrote up an issue about the previous behavior and the new behavior: https://github.com/web-platform-tests/wpt.fyi/issues/2928
> Is this a suggestion that policies become the primary organizing hierarchy instead of components? > > > I believe he is suggesting that we go back to organizing by...
This was discussed during the November 2023 meeting: https://github.com/web-platform-tests/wpt-notes/blob/47c3ea1a941c0b0f78869ff2d00a2e2f93594636/minutes/2023-11-07.md#add-an-rfc-for-add_top_level_completion_handler This RFC may need some updates
Met about [this](https://github.com/web-platform-tests/wpt-notes/blob/master/minutes/2024-04-09.md) today @jgraham will comment on this RFC.
Adding as a data point: We just [started](https://github.com/web-platform-tests/wpt.fyi/pull/3433) to use CfT for wpt.fyi testing.
It might be worth it to check if we can install some of those dependencies via pip for python and go.mod for go. Not sure if it will work though....
Also, you can take a look at how they are building the arm images to see how to get any dependencies https://github.com/GoogleCloudPlatform/cloud-sdk-docker/commit/694badbbba292a3ec78d998acdc4a73b67397345#diff-93d5acccf88b02ff634ddab1ab7fce8c679c9d5874fc8e96d080a7ad2ca5d07fL19-R32
The component test suite that is flaky is expecting no fetches to happen at [all](https://github.com/web-platform-tests/wpt.fyi/blob/c96d81c013414e912bb21b25586630c31df02102/webapp/components/test/wpt-app.html#L23-L25). `` imports [test-runs-query-builder](https://github.com/web-platform-tests/wpt.fyi/blob/c96d81c013414e912bb21b25586630c31df02102/webapp/views/wpt-app.js#L2). That imports [product-builder](https://github.com/web-platform-tests/wpt.fyi/blob/c96d81c013414e912bb21b25586630c31df02102/webapp/components/test-runs-query-builder.js#L19). Which leads to the stacktrace above. Whenever the url...