Matias Cudich

Results 8 issues of Matias Cudich

Add an out-of-the-box element type for UISwitch and other basic elements.

enhancement

Using the standard CSS transition property. The component rendering this template would need to get access to whatever Animatables are constructed from the CSS property declarations so that it could...

enhancement
animation

Right now you can only animate a single animatable, but not chain them or compose them in any way. Add some sort of AnimatableGroup object or something that would allow...

enhancement
animation

To the extent that it meets App Store guidelines, templates should allow for simple conditional and looping logic (like Mustache does).

enhancement

Attempt to use the Apple protocol-buffer implementation.

enhancement

There seems to be an issue with XMLElement being leaked when parsing an XML document.

bug

Right now, there's no way to specify a given set of styles that should be applied to a component when that component's state changes. This has to do with the...

enhancement

Right now, looking up matching rules for an element requires looping through all rules in the sheet. This can be improved by instead hashing rules based on their most-specific type...