François Risoud

Results 11 issues of François Risoud

Hello, First-of-all, thanks for your amazing work. Here is my use case : I have a very big resource-consuming Vue component – a wrapper of *mapbox-gl-js* with a lot of...

Greetings, ## Obsevations As I coined in *Vite* project (https://github.com/vitejs/vite/issues/2857), compiling stylus source with the following code will raise an error because `.set` completely overrides stylus option that are required...

t: Enhancement

Hello, I open another issue, related to #79 and the subsequent commit https://github.com/ThisIsManta/stylus-supremacy/commit/0734bec0c773b9dd663242edd32ab8b655274ad8. This commit cover properly the case of direct variable access: ``` color: $ui.colors.blue ``` However, when performing...

Related request https://github.com/valgeirb/vue3-popper/issues/74 - Tested in dev mode, works like a charm ✅ - Prop is properly reactive ✅ would be glad to see it merged soon and shipped in...

**What rule do you want to change?** `no-parsing-error` **Does this change cause the rule to produce more or fewer warnings?** Fewer *errors*. **How will the change be implemented? (New option,...

feat: typescript

### Describe the bug When calling `until` on a ref of an array, _e.g._ `until(ref([]))`, the response does not include "all the methods". It is of type `UntilArrayInstance`. But when...

While roaming across the code-base, I wondered why there is no use of the `getFeatureFlags` [in Vite config](https://github.com/nuxt-modules/i18n/blob/11d3c316d1e287d6fcbfc53179c4a83bf534dfb3/src/bundler.ts#L113), but only in webpack one. Should not it be also used in...

good first issue
v8
PR Welcome

Thanks to [eslint-plugin-vue-pug](https://github.com/rashfael/eslint-plugin-vue-pug), this plugin works for pug templates. I tested eslint configuration: ``` "extends": [ "plugin:vue/vue3-recommended", "plugin:vue-pug/vue3-recommended", "plugin:vuetify/base" ] ``` so the doc should be updated accordingly

### Environment React Native (all versions) ### Reproduction It is difficult to provide a react-native starter as I'm not a specialist, and it will require that you install and setup...