cesare soldini

Results 36 comments of cesare soldini

Yeah, I actually realized this and modified the text :) The new idea would be just a highlight on the literal/identifier that is not in common between the multiple chunks....

The thin grey scrollbar you are observing is the native scrollbar of the browser, probably cropped by the technique used to hide the normal grey bars (which is `margin-left: -15px`)....

Two observations: - compile time variables: I always wanted to get them from a JS file, do you think that's possible with this library + postcss? - runtime variables: would...

The idea is legit, could every module have an init which accepts the domapi? Any other dom-access leak should be addressed then.

Still, I think this is a snabbdom bug... The different `sel` should prevent the patch and do a node replacement instead. Or the `key` should prevail and update the selector....

I think we could just make it the default, or remove the check `cur !== oldStyle[name]`, if a benckmark really proves the 2x improvement. (It seems reasonable that the browser...

+1, could be useful to lint in CI if someone has no tests. Plus, someone does a complete lint before committing or as a precommit hook.

Yes, I erronously thought linting was checked inside the testing. A workaround is possible (npm >= 3), by directly executing `node node_modules/eslint/eslint.js` fron npm scripts, pointing it to the right...

Awesome! I think @nkint was interested too. How can we solve the livereloading problem such as in the editable examples?

hi, I know years has passed but this seems still applicable?