Josh Matthews

Results 1010 comments of Josh Matthews

One possible way to deal with the timeout: * create a job that performs the actual WPT sync, then uploads the tests/wpt subdirectory as an artifact * create multiple jobs...

Try removing all references to that file? It only installed mozprocess, and presumably that's handled in a shared file now.

I've created a new access token and have updated the WPT_SYNC_TOKEN secret with it.

I just updated the WPT_SYNC_TOKEN secret with a new access token 10 minutes ago (it's a personal access token for the @servo-wpt-sync account). Would that potentially fix any issues that...

This happens after launching the page and not interacting with it or the window for ~20 seconds.

I think the first step is determining why the clipping rectangle is negative in https://github.com/servo/servo/blob/master/components/layout/display_list/builder.rs#L2653 . I suspect the answer is that the border box is zero-sized and the border...

You could try adding an entry of `fedora linux` to the list at https://github.com/servo/servo/blob/69aa81838d8f38fdc09aa8d3d88a5878e383d3a4/python/servo/bootstrap.py#L386 and see what happens!

It does seem like a good idea to define Servo's key types in terms of what web standards describe and require embedders to communicate with Servo using those keys.