Brian Stack
Brian Stack
@noahlaux are you planning on working on this yourself or would it be helpful for me to take a try at it sometime relatively soon?
Thank you, @090max! I've assigned you. All work takes place inside the `taskcluster` directory and `.taskcluster.yml` file. Let me know if you want any further pointers.
> Can you please elaborate task 3 "Consider using level-1 vs level-3 to keep decision task stuff on its own workers instead of a decision worker." Ah sure. Right now...
Thanks for finding this! It appears from the data in http://paste.debian.net/189825/ that each of the data sources never has 2 non-null data points in a row. I suspect this is...
I've created http://bl.ocks.org/3726172, which shows that d3 itself isn't happy about rendering these sorts of lines in the fashion that we are using it. (Notice the lack of a line...
Over Saturday I worked on option 2, and brought back a custom interpolator. It is simply the linear interpolator except if a "line" consists of a single point, it draws...
### Background _In which we discuss how we currently choose colors_ Colors are chosen from equidistant points on the HSV spectrum, which is what gives us our current rainbow. This...