Hugo Delaunay

Results 112 comments of Hugo Delaunay

Hey guys. I've created a little module for one of my project ([this website](https://werewolf.skyost.eu)) which allows to have localized routes using `@intlify/nuxt3`. Here's a detailed guide on how to implement...

Cleaner solution : ```js const { vueApp } = useNuxtApp() vueApp.config.globalProperties.$i18n.locale = yourLocale ```

Would it also be possible to have the choice to not automatically pass the marked segments ? I'd love to have the choice to not pass some of them 👍...

As I said in https://github.com/daohoangson/flutter_widget_from_html/issues/177#issuecomment-735752720, I've worked on my own implementation of `flutter_math_fork` in `flutter_widget_from_html`. I had (and I'm still having) a lot of troubles with overflows and line breaks,...

> There are issues with the vertical alignment and as you said, line breaks. I recently had some success with vertical alignement and line breaks (see implementation : https://github.com/znjameswu/flutter_math/issues/29#issuecomment-799350051). It's...

Just to let you know, I've implemented [this library](https://pub.dev/packages/flutter_math) in my HTML widgets. Here's how (but I'm pretty sure there exists some other better methods) : 1. I process the...

@daohoangson Cool then, hope it can be useful for you (or for anyone viewing this issue).

Hey @henry2man, I can help you on this one if you want :wink:

Is there any news on this one ? I really want to translate my comments section in french because my whole website is in french.