Guillaume Chau

Results 124 issues of Guillaume Chau

### Version 2.7.8 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/aged-microservice-oq98ys) ### Steps to reproduce Have a watcher with a dependency on the current `route`. Unmount the component. ### What is expected? No watcher...

bug
2.7

Vuelidate recognizes `[email protected]` as a valid email, but it isn't. Repro: https://jsfiddle.net/wdyaue0s/

enhancement

Added two new properties to `MediaElementPlayer` (with docs): - `playUserInteraction`: Returns whether the last `play` call was initiated from user interaction - `pauseUserInteraction`: Returns whether the last `pause` call was...

It would be nice to have an option so that the file tree sorts files and folder independently from their type, so we could have this: - `AComponent.vue` - `BigComponent`...

Reproduction link: https://github.com/Akryum/unplugin-icons-issue-94 1. Build a webpack 5 project with persistent caching -> Success 2. Build again -> Success 3. Build again -> Error The build crashes with errors -...

help wanted
upstream
webpack

### Version 5.1.9 ### Reproduction link [https://github.com/Akryum/repro-rollup-vue2-jsx](https://github.com/Akryum/repro-rollup-vue2-jsx) ### Steps to reproduce ``` yarn yarn build ``` ### What is expected? Build succeeds ### What is actually happening? ``` [!] Error:...

v5

Reproduction link: https://github.com/Akryum/unplugin-icons-issue-94 1. Build a webpack 5 project with persistent caching -> Success ~2. Modify any file in the source code~ 2. Build again -> Success 3. Build again...

Is it possible to use it with storybook? Example story: ```js const IconOnlyTemplate = (args, { argTypes }) => ({ props: Object.keys(argTypes), methods: actions, template: ` `, }) ```

It doesn't seem that custom icons are being reloaded when changed. I need to fully restart vite for it to take changes into account. (Which can be quite tedious, as...

It would be nice to have a special option for mount (and shallow) to add event listeners to the tested component. This way, we can easily test that our events...

enhancement