Jonke
Jonke
After saying "no" to the first video result, we ask the user if they want to see the next video result and offer a download link for that. This is...
When running ``` docker exec -it -u $(id -u $USER):$(id -g $USER) wptd-dev-instance make py_deps ``` many of the dependencies fail with: ``` error: invalid command 'bdist_wheel' ```
If we follow the README top down, not all the python dependencies get installed. For example, requests. If I ensure I have wptd-dev running and run ``` docker exec -it...
Maybe we could wrap console.log with a hook? for example: [https://github.com/w3c/web-platform-tests/blob/master/console/console-count-logging-manual.html](https://github.com/w3c/web-platform-tests/blob/master/console/console-count-logging-manual.html) @domfarolino WYT?