Sijawusz Pur Rahnama

Results 160 comments of Sijawusz Pur Rahnama

@straight-shoota Good point, yet IIRC this was done in order to keep BC with already existing shards.

@desbest Nice timing, just ~5 yrs l8r... :D

@kolber You can subclass `Twig_Template` and use `getAttribute()` method to resolve path through Stacey's internals (check out https://github.com/Sija/Gizmo/blob/master/app/src/Gizmo/Twig/Template.php for example)

Please explain your use case in more detail.

I get your point, sth like "global" styles?

@cindRoberta That's already in the works, yet I can't say for sure when it'll land.

I'd vote for autoprefixed variable names (interpolated ones). Otherwise it's gonna be tricky as hell to debug such issues, and fresh variables doesn't seem to give any advantage over autoprefixing,...

I meant that the variable names should be prefixed to avoid clashing with already defined (usually single-lettered) variables.

> Fresh variables are the proper way of fixing it, since they will take up a variable name slot. hmm, I still don't see this as a solution, since, theoretically...