Damian Gryski

Results 261 comments of Damian Gryski

Also, http://damian.conway.org/IBP.pdf https://www.youtube.com/watch?v=W_i_DrWic88 https://www.youtube.com/watch?v=20GYQcBhXDo https://www.youtube.com/watch?v=-o-Wjy_ISvs

Related (maybe); https://github.com/tpf/yapc-org-website/blob/master/yapc/YAPC.pm and https://mozillascience.github.io/working-open-workshop/

Hrm, again the code doesn't obviously support the fact that a provided sample graph was failing. Need to go back to the test cases :( ...

Turns out this works. I need to hunt down the (internal) query that was failing and resimplify it.

Docs for timeshift http://graphite.readthedocs.io/en/latest/functions.html#graphite.render.functions.timeShift IIRC we don't support `resetEnd=false`

That's entirely possible :D I just remember seeing a graph that was using `resetEnd` and noticing that our code did the WrongThing. In either case, our code is incomplete with...

I can't reproduce this.

I have a failing test case now.

Just pushed the tiniest cleanup which moves all the graph rendering options and functions into `cairo.go`, which is a bit cleaner. I'll think about different formats for the data. the...

There were two issues I wanted to solve with this: 1) limiting the number of HTTP connections that were made to the local zipper 2) limiting the "burstiness" of a...