Andrew Stewart Gibson
Andrew Stewart Gibson
node without streams? really?
Yeah we're evaluating AWS vs Azure for a hybrid C# / node.js serverless implementation. Had assumed that Azure would be the way to go, but I think it's not quite...
Should be "on" now
Horrific client-side workaround: ``` var c = Chartist.Line.prototype.constructor; Chartist.Line.prototype.constructor = function Line( container, data, options ) { return c.call( this, container, data, options ); }; ```