Marco Castelluccio

Results 483 comments of Marco Castelluccio

Yes, probably a depth-first search with a limit on the number of nodes (and instead of backtracking, restart from the beginning).

Currently it's 7, let's see if that works for this new approach too. Ideally define it in a global variable at the beginning of collect.py (e.g. `MAX_INTERACTION_DEPTH = 7`).

Regarding the text file, there are three options: 1) The solution you proposed; 2) Write a separate text file for each tree; 3) Write a tree after another in the...

Reopened as we need to have a script to migrate the old data to the new naming scheme.

For now, we are running the crawler manually. So the only thing we should do is making the crawler store the date in the file name (and fix all the...

> If you feel it is right I will make the change. Yes, looks good to me. > We can also keep time info in another file mapped to its...

> Can we add input type "color" and select tags ? Sure, please file issues for any element you can think of that we don't already support. Those issues should...

Not yet. We could host it on Taskcluster (backed by aws) at some point.

To do this, the first step would be to create a script to list all the inconsistencies.

Either CSV or a line-limited JSON (https://en.wikipedia.org/wiki/JSON_streaming#Line-delimited_JSON, that is a JSON object per line). A normal JSON is a bit problematic because you can't easily see diffs between two versions...