Evan You

Results 333 comments of Evan You

Yes, we should stop merging PRs for now - and I may need to revert a few ones that have already been merged, I've just been to busy to properly...

@Akryum looks good to me! I'd say we should run the current list through this and see if there are any that needs to be improved/removed.

What's the use case for this?

Why do you need to remove the style tags? Is it causing performance issues?

Are you running a webpack bundle inside a web worker? Can you be more specific about your use case?

I know it has problems in workers, what I'm trying to understand is why you are using it inside a worker, since the worker has no access to the DOM....

Yes, this library needs to be updated, partly to be compatible with newer versions of Vue and also newer versions of custom element and shadow dom specs. We will look...

Well, I should probably label this one as outdated - the 2.0 version does use Webpack 2: https://github.com/vuejs/vue-hackernews-2.0

Vue Router and Vuex do not have v3 compatible releases yet. You'll have to implement a simple router yourself for now. For Vuex replacement, something like this would be quite...