Results 124 comments of Sebastien Piquemal
trafficstars

possibly fixed by 137d04117c6b25547ef5159b8734b26ebf5ea254

After some googling, I don't see yet that asm.js will make it to other browsers than FF. There's a ticket open in V8, but there doesn't seem to be a...

I have a bunch of those, they would require a tiny little bit of work to be more concise. I have widgets : "tabs" and "edit inline". Pretty useful me...

Thanks for the info. I've now fixed the examples 6ba1852f077bad4f09994ad2c8e93d2f3a0a17af

Hi! Sounds like a good idea! Feel free to do that.

Well ... I'd say, the obvious solution to this is defining one state for `"postDetail"` (with transition to itself, when navigating from `/posts/1` to `/posts/2`), one for `"postList"`, ... and...

Theres no difference in a transition between 2 different states and one state to itself. > event 'hide' while in state 'hidden' -> no transition The documentation says this, because...

In the router, one workaround is to memoize the route call's args (should be easy since args are strings) : ``` javascript // Overriding Router's `route` method route: function(route, name,...

Hmm ... it might make sense. Though that sounds a bit complicated in practice, and I can't really think of a nice way how to declare this for any state....