Caleb Spare
Caleb Spare
We could either use a built-in set of defaults (say, median, 90%, 95%, 99%) or else allow the user to specify the quantiles. A prerequisite is switching to more efficient...
Can use hyperloglog like [statsite](http://armon.github.io/statsite/). Other links: http://static.googleusercontent.com/external_content/untrusted_dlcp/research.google.com/en/us/pubs/archive/40671.pdf http://metamarkets.com/2012/fast-cheap-and-98-right-cardinality-estimation-for-big-data/ http://blog.aggregateknowledge.com/2012/10/25/sketch-of-the-day-hyperloglog-cornerstone-of-a-big-data-infrastructure/
Statsd does a bunch of stats for timers. We could do quartiles, median/90/95/99, or even allow arbitrary quantiles. I'm not sure how useful this is, given that graphite can't aggregate...
Can use `beforeunload` event to detect leaving the page with unsaved changes. Unfortunately this is kind of tricky and to do it properly will probably require switching away from the...
http://jakiestfu.github.com/Behave.js/ More features and probably better cross-browser support. This gets rid of the most complex and nasty parts of the client CS code.
Hey Kamil, I've been thinking of adding a feature and I wanted to run it by you. I want to write out a small file (vendorize.txt?) in the root of...
Right now the error shown to the user when you try to generate from an invalid thrift file only says the offset (not the filename, line, or column). I've fixed...
Apologies for not including code; I took a stab at this but I couldn't figure out how to do it. Basically, inside HTML tags, we should not apply markdown highlighting....