Steven Langbroek
Steven Langbroek
@s-panferov?
@benmccormick I figured decorators are evaluated before any construction happens, thanks for the correction. I'll update the gist in a bit. also: thanks a million for the mention in the...
+1 on control tower. would love that and integrate it with Slack here.
Hey Matthijs, Any word on this? Anything I can do to help out?
I also noticed that transitionEnd and transforms are only implemented for webkit (which makes sense considering this is aimed at mobile apps). Completely up to your discretion, but this is...
Not sure what you mean?
Yeah I guess you could. Didn't find a specific function for it in either Modernizr (Modernizr.prefixed returns a prefixed js-version of css properties, not just the prefix), and wanted some...
We ([Quandoo](https://www.quandoo.com/)) are writing our first service with it now.
Oh wow totally forgot to update; yeah we've been running this in production for about 4-5 months now :). Broadly speaking, we consume 3 topics into storage (Postgres & Redis)...
We're already doing that. I'm using Cocktail to mix this behavior in: ``` define (require) -> Backbone = require 'backbone' require 'backbone.memento' Memento = initialize: (options) -> memento = new...