Hugo Alliaume

Results 57 issues of Hugo Alliaume

Hey, I'm currently writing some docs on field deprecation (because I always forgot how to do it :rofl: ) and I just encountered a _weird_ behavior. When we mark a...

question
enhancement

| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | . | Version/Branch...

enhancement

Abuse `data-testid` attribute, and create custom Chai assertions

Wait for #104 before think and work on this. It should be configurable. By default, it will look up for a `./jsdoc-vuejs.ejs` file.

Hi, :wave: First, let me thank you for the plugin. We are planning to use Sylius for creating new ecommerce websites for our customers, and the "CMS feature" was definitely...

Hi! I'm trying to combine the usage of `with` and `assert` in order to write a single `visit url()` block which will be driven by configuration (from the `with`). Here...

Hey :wave: @t-miller faced an issue on https://github.com/Kocal/vue-web-extension/issues/658, with the usage of `Function()` and `eval()` in the dist code, complying with Mozilla' CSP when uploading the extension on their web...

You probably add `node_modules/` in a global `.gitignore`, but this is really a bad practice to use it for excluding folders like that. A nice use of global `.gitignore` is...

Hey! I finally have some time to use this Vuex plugin on a real project! :) I think my problem is due to serialization/unserialization (JSON?) of my store state. Given...

help wanted

Hi everyone, Currently it looks like it's not possible to access the result of `createApp()` in order to add some customisation, e.g. when you want to use a plugin: ```js...