François Risoud

Results 18 comments of François Risoud

@LinusBorg I know you are involved in a lot of projects. I wanted to ping you in order to have your guidance about : 1. The feasibility of such a...

@ccwalkerjm Interesting, can you provide me with a small example on how you use v-show with the disabled attribute ?

I am working on a big Vue 2 web-app which won't be ported to Vue 3 for the next few years I guess, so this feature in Vue 2 would...

Thanks for your previous answer @LinusBorg > It might be more worth-while exploring a totally different approach (for a different package) where the "portal" transfers actual DOM, maybe? I think...

We solved it by forcing the import of the `ESM` build of the lib : ``` import Popper from 'vue3-popper/dist/popper.esm' ``` (with the proper shim `declare module 'vue3-popper/dist/popper.esm'`)

@zkochan 100% agreed. In case of nuxt3, esbuild needs to be installed in the correct platform and is done using `optionalDependencies` so everytime yarnhook runs, the nuxt3 project cannot be...

Hello @ThisIsManta, Hope everything's doing well for you. Sorry to bother you, but do you have any idea on when you could check this PR ? Everything is working as...

Hi @ThisIsManta, Hope you're doing well. It's been a while since I have proposed this PR. Do you think you will have enough time to check and merge it ?...

I am working on a PR and I discover that such case is not covered too: ```stylus border: 1px solid $colors.red ``` (see [this example](https://stylus-lang.com/try.html#?code=%24colors%20%3A%3D%20%7B%0A%20%20red%3A%20%23f42303%0A%7D%0A%0Abody%0A%20%20border%201px%20solid%20%24colors.red) which does not compile without...

Here is the PR => https://github.com/ThisIsManta/stylus-supremacy/pull/86