Ben Styles

Results 104 comments of Ben Styles

Just thinking aloud here, in case we get around to giving this a shot – the problem I foresee is how to watch for additions/deletions of properties. The `rv-each` binder...

I like 1 a lot, I think that's a great idea. But unless I'm missing something, would 2 and 3 make a lot of difference? Aren't they copied by reference...

I actually needed to change an `rv-on-*` function at runtime in my work yesterday. So maybe we should leave this as-is. My use case was that I needed to change...

I imagine this was done originally so that rivets could support older browsers without having to bring its own polyfills. If we remove jQuery usage, I think we will lose...

The general consensus appears to be that we remove it. I think I will make a start on a PR for it.

Hi @saiphcbk , glad my fiddle was helpful to some extent and I hope it didn't confuse matters. I haven't tried doing a component in an each block and I'm...

@Duder-onomy @saiphcbk do guys think this issue can be closed, or are there still questions to be resolved?

@naturalist Just to confirm, is your issue regarding a list of components, or just a list of objects? If the latter, then I don't believe this can be seen as...

Ok well let us know if you find anything that seems strange to you, if there's a bug here or unexpected behaviour then it should definitely be addressed. I don't...

This is strange, although first thing I'd say is that it seems dangerous in the first place to use the `innerHTML` of an element that is _already_ being parsed by...