Florent Catiau-Tristant

Results 12 comments of Florent Catiau-Tristant

This is some new level of rudeness... Guys, it's open source and free. You don't like it? Build your own. You'll see what's it's like to deal with responsive /...

@kyuwoo-choi Sorry to bother, but can we merge this? Or at least get a review? 🙏 It's been 8 months and I'm using my fork in production lol

One workaroud I can think of is to create a global middleware that checks the current path matches the locale, and if not, redirects to the correct one: ```typescript const...

@webcoderkz You have to declare the `svg?inline` in the declaration file as well: ```typescript declare module '*.svg?inline' { const content: any export default content } declare module '*.svg' { const...

Having the same problem right now. Not sure why the library prefixes the css classes inside the loaded svg?

Ok I found out how to disable this! `nuxt-svg-loader` uses [svg-to-vue](https://github.com/egoist/svg-to-vue-component#loader-options) loader under the hood. `svg-to-vue` uses [svgo](https://github.com/svg/svgo) library by default to optimize the svgs before loading them. `svgo` has...

> Solved with the help of > https://qiita.com/yoshinbo/items/70f109db7c3de4b4a99f > > But seems like workaround I confirm it's a workaround for the moment, but it uses the NuxtJS _classic mode_ of...

I'm having the same issue, and I don't find any elegant workaround. I don't get why we can't access the state within an action, in the [vuex documentation](https://vuex.vuejs.org/guide/actions.html#dispatching-actions) this seems...

Nice! Will look good as a favicon 👏 But I think it doesn't remind the threejs part of troisjs in the logo. It looks like a red "Vite". Just throwing...

@pacaplan The thing is, if you define your dependency to target a **branch** and not a specific commit, I would expect it to actually updates to the HEAD of the...