Dominic Gannaway

Results 195 comments of Dominic Gannaway

Your best bet would be to add a feature request for the CoffeeScript team to add ES6 tagged template support (I believe they are lacking other ES6 features currently, not...

t7 is supported natively in Chrome, Chrome for Android and Firefox (has done for a while now). It's also supported in the new Safari for Mac and OS X (tried...

Your message was removed? I'd like to expand on test coverage where possible. I've almost got the t7 precompiler into a state that I'm happy with :)

@leeoniya I completely agree with you there. Although, we're definitely the minority here. The vast majority of developers/designers I work with love HTML and only really understand HTML. That's one...

Hey, I've been looking for another maintainer for a while now for this project as I don't have the time anymore. If you'd be willing, I'd be happy to make...

@DrYSG Wouldn't this couple t7 with React? I'm not entirely sure I understand what putting the displayName and propTypes inside the render would give you above defining it outside (as...

An improved version wouldn't use `childNodes` and instead use `tbody.lastChild` and `prevSibling` to get the 998 element.

@dacox Unfortunately, Lexical and Draft are not compatible when comparing the data models of both. Lexical has a tree structure that represents its state, which can be seen as like...

@RReverser Whilst function calls might conform to sanity when in the development stages they don't when at production stages. In the case of virtual DOM object construction they're simply constructor...

@RReverser Whilst they make best-efforts to inline at JIT level, there's no guarantee at all – especially when you're manipulating function arguments. Clearly, as pointed out above, there is already...