Victor Berchet

Results 232 comments of Victor Berchet

That would be great. Some thinking: - We should add something that would allow selecting the child nodes. This something should be unique for the component class (but shared across...

From [ShadowCSS.js](https://github.com/Polymer/platform-dev/blob/3debf490ea4a3db66c72449d0035af86bd5289a9/src/ShadowCSS.js#L80) "Note that elements that are dynamically added to a scope must have the scope selector added to them manually." This is something that is not currently handled by...

@vsavkin I'll skip web_platform_spec on windows. Could you please re-enable them once you've fixed this issue (if #1288 has been merged, otherwise please add a note in this PR so...

This issue exists because we can not the tag name as we can add shadom to any node (ie a div). It seems like there are two layers, cssshim and...

> Can we change Angular to restrict what kind of selectors you can use for components? I first thought about that but that would be a bad solution. Do you...

> Can you expand on that? There is no reason to add this constraint on angular. Selecting a class (or an attribute) should work equally well than selecting a class...

@vsavkin actually we can pass a selector to `_shadowCss.callMethod('shimCssText', [css, selector])`. What if we set it to `[my-attr]` and add the attribute on the root as well as on all...

"doctrine:generate:entities" could be a good example. If I wan to use this comand, I would like to be able to type: - "doc" - tab - "ge" - tab -...

Ideally I think you should stop autocompleting where the completion becomes ambiguous (multiple solutions). This would match the behavior of terminals. To continue either select a (sub)command or type more...

I won't have time to look at it before next friday. On 02/10/2013 09:37 PM, Laszlo Korte wrote: > Ok... > > I have started implementing this a separate branch:...