Marco Castelluccio
Marco Castelluccio
Manually look at the inconsistencies and see what prevented us from taking a screenshot. E.g. force the crawler to only load the website with an inconsistency and see if the...
The crawler is in `collect.py`, you need to change it to load a URL you want instead of loading an URL from one of the webcompat bugs.
We have stored the webcompat ID, so you can retrieve the URLs either with Python by using `utils.get_bugs()` and finding the bug you want, or by loading the bug on...
> @marco-c i'd like to label parts of our dataset, how do you suggest i go about doing that ? because as far as i've seen there is no script...
It could be a Mac issue, I think nobody has tested it on a Mac yet. Could you try in a Linux VM?
> Getting my labels into the main repo: Should I open a PR for a new branch off of my forked master that is the same as the upstream master,...
Are the other two questions answered by #220?
> For the scroll one we have marked them as incompatible in screenshots IIRC I've marked them as compatible, didn't I?
No maybe not, they should be incompatible (e.g. if clicking on a button causes a scroll in one browser, it should cause a scroll in the other browser too).
> And if this script works differently on two browsers then also it should be an incompatibility? It shouldn't, but it's hard to tell whether it was this script that...