Results 51 comments of Adam Alpern

Yup, that thought's been nagging me too. Thanks for the ticket!

Sigh. Typescript isn't quite ready for packaging separate modules the way I want it to be. Although some of it might just be Javascript, I'm not sure which. So it...

Apparently the problem is with aliasing - the core packages are bundled up with this: ``` export { json, extend } from './core/util'; export { logger, Level as LogLevel }...

`node_modules` support is available now in TS 1.6 (via `--moduleResolution node`), and internal tests indicate that it's entirely feasible to create an `npm` package of javascript bundled with type information...

Just found a new HTTP client lib with browser+node support that looks like it may be an improvement over superagent (my current go-to lib): https://github.com/mzabriskie/axios

In fact, adding the ability to specify the y-axis label format in general would be good (see the confusion in #485, for example)

Sorry no, tessera currently has no support for graphite events.

Some examples on doing pan/zoom things in Flot: * http://www.flotcharts.org/flot/examples/zooming/ * http://www.flotcharts.org/flot/examples/navigate/ * http://www.flotcharts.org/flot/examples/selection/ Now that flot is under active development again (see #546), I'm looking at what enhancements we...

More documentation will arrive at some point, time willing, but getting started with templating is pretty straightforward. Here's a quick start. - Get familiar with [handlebars](http://handlebarsjs.com/) - Adding extensions to...

> We'd like to create a 'serverType' dashboard that would display cpu,load,disk,network metrics of all > servers of one Type, one server per row. This use case isn't possible yet...