Evan You

Results 333 comments of Evan You

https://html.spec.whatwg.org/multipage/syntax.html#attributes-2 Quote: > There must never be two or more attributes on the same start tag whose names are an ASCII case-insensitive match for each other. If your markup contains...

Can you explain the end use case? What do you need `err.source` for?

Hey, sorry for letting this sit. I'm just not entirely sure what the use case is, as this package is very specific to Vue and we don't really see compilation...

[Pixel Dungeon](http://pixeldungeon.watabou.ru/) is one the best roguelikes on Android and it allows this behavior. The image is probably a bit misleading, since this is more about being able to "squeeze"...

My original image was probably misleading, I've updated it to use hostile creatures as the example - in most roguelikes, the player expects to be able to move like that.

@doggan while I don't really care if this PR gets merged or not, I'd argue otherwise: - It is "unnecessary" when you can implement a desired behavior without forking the...

@qiao +1 for enum, although this would make it a breaking change?

+1 for the new API. Also would be nice to have the default strategy/heuristic (probably AStar + Manhattan)

Right arrow key breaks the typing flow. Space is probably the least intrusive, as Enter and Tab both have their default form actions. By using space though you'd also need...

- AFAIK Rollup doesn't have anything built-in related to HMR. - The Vue specific parts don't really affect the JS-oriented APIs. Technically the Vue file HMR can be done using...