Kadmil

Results 6 comments of Kadmil

Yep, like this. Or if we detect config which is known to cause bugs and can't fix them on css-only level https://github.com/philipwalton/flexbugs/blob/master/README.md#2-column-flex-items-set-to-align-itemscenter-overflow-their-container

Unfortunately, prefixing doesn't solve this. What happens here is: replacer for the first regex divides original string to an array like const firstStepTexts = [textBeforeFirstMatch, {firstRegexMatch}, textAfterFirstMatch] If I run...

And as another tabliss user, I'd say that I would hate having something other than browser address bar focused on the new page. All in all, it's where my default...

What kind of live demo you imagine? Like, short gif with bubbles bubbling? And maybe you could point to good examples of such?

We definitely hadn't wanted to fail, but all the options and use-cases seem more than valid. Thanks for pointing them out!

Hey, just two things to mention: 1. Maybe snabbdom (https://github.com/snabbdom/snabbdom) could help with ideas on how to handle animations for lifecycle hooks? It's a vdom-thing behind cycle, and vue works...