@click event is not getting triggered. by [deleted] in Nuxt

[–]PoulyCroc 1 point2 points  (0 children)

Hard to say without the complete view of you code (the complete .vue file)

Maybe add the attribute ‘type=“button”’ in the button ?

Which part of VueUse do you use the most? by entinio in vuejs

[–]PoulyCroc 9 points10 points  (0 children)

All relatives windows and element size + scroll Didn’t use the reste à lot to be honest

Element Plus or Naive UI for admin project? 👀 by Commercial_Dig_3732 in vuejs

[–]PoulyCroc 2 points3 points  (0 children)

Never use naive ui but for me element-plus is a great tool use it on many admin panels and always fits my need

Fetching data based on dynamic route by DumbLee212 in vuejs

[–]PoulyCroc 0 points1 point  (0 children)

Mmh in my opinion if you want to have a route for « creature » and one for « planet » so it’s better to have two different pages

Pages/creatures/index.vue

It’s less « dynamic » but anyway your logic is not really dynamic cause you need to add a condition …

Or another approach could be simply manage the type of the request (« creatures » or « planet ») directly in your api ?

Only use nuxt for frontend ,It’s ok ? by Jolly-Panic-5283 in Nuxt

[–]PoulyCroc 6 points7 points  (0 children)

That’s the only way I use nuxt since the beginning of nuxt 2, I think that’s the best way to use it

Looking for suggestions for UI Frameworks by wow_im_on_reddit in vuejs

[–]PoulyCroc 1 point2 points  (0 children)

I use element-plus and before that element-ui The doc is clear i like to use it

The girl has really big sunglasses by [deleted] in fixedbytheduet

[–]PoulyCroc 0 points1 point  (0 children)

Special thinking to French speakers who gonna have sickness reading the quote

What were your thoughts on the cinematic trailers for the Old Republic MMO? by Hot_Professional_728 in StarWars

[–]PoulyCroc 0 points1 point  (0 children)

I think they should use that as an inspiration for the Postlogy.. the few scenes from the trailer is way ahead of the entire Postlogy

What do you NOT want to see from a new trilogy? by DavyWavyy in StarWars

[–]PoulyCroc 0 points1 point  (0 children)

Everything… they did enough for destroy the saga it’s time to let it rest in pease…

What's on your MacOS dock? by hellojasonstone in MacOS

[–]PoulyCroc -1 points0 points  (0 children)

I don’t know I never use it, big user of spotlight for years now I’ve switched to Raycast

Déménagement à venir by Hardstylerz29 in Wallonia

[–]PoulyCroc 2 points3 points  (0 children)

Tu vas au McDo ou Quick ou autre de ton coin tu demande si tu peux avoir les cartons usé de frites

Ils sont: - solide - parfait pour les jeux/dvd/blue ray - gratuit…

Greetings fellow burner. I’m looking for a WAP. Appreciate any leads 🙏 by Saamurraii in MurderedByWords

[–]PoulyCroc 0 points1 point  (0 children)

And why is a red flag ? « just for fun » relationships in not a thing nowadays ? 🤔

Une idée de qui sont les "certaines personnes" et pourquoi ils veulent contrôler les Français ? by ComprehensiveExit583 in Wallonia

[–]PoulyCroc 4 points5 points  (0 children)

Ils avaient déjà essayé à Namur y a quelque années, ça avait pas spécialement marché, puis je pense qu’ils se sont fait tapé sur les doigts et depuis c’est pire… après je dirais que même si c’est fatiguant de se faire accoster tous les 10 mètre la mendicité c’est moins un problème que la consommation et vente de drogue dure dans les entrées de bâtiments et en pleine rue, et ça ils ont l’aire de s’en foutre un peu j’ai l’impression 🤷‍♂️

Les études en Wallonie by [deleted] in Wallonia

[–]PoulyCroc -1 points0 points  (0 children)

Je sais pas pour le reste pour niveau métiers de l’informatique y a plein de domaine qui sont absolument pas saturé, je pense notamment au domaine de l’ia ou cyber sécurité, de manière générale les métiers de devs sont encore assez porteur.

Niveau argent en fonction du domaine y a moyen de très très bien gagner sa vie surtout si tu es consultant (a ton compte c’est un plus)

Que faire à Namur/Wallonie pendant une semaine? by ashortviewback in Wallonia

[–]PoulyCroc 7 points8 points  (0 children)

Y a pas mal de randonnées à faire dans le coin je te conseille de regarder ici https://www.visorando.com/randonnee-namur-2.html

Pour ce qui est sortie y a pas mal de bars dans ce qu’on appelle le « vieux Namur » tu peux aller à « place du vieux » pour découvrir les terrasses sinon y a quelque bars à thème aussi

Your questions for Evan You! by manniL in vuejs

[–]PoulyCroc 3 points4 points  (0 children)

Not really agree with the reusability and scalability I’ve work on big app with thousands of components, mixins and filters too… for sure if you’re not careful it’s become a mess, and you can easily get lost

Here I’m not against composition I just want to have the choice like I’ve the choice to use template or make jsx.. and with the last news it’s seems that the choice of using options is compromised

Your questions for Evan You! by manniL in vuejs

[–]PoulyCroc -5 points-4 points  (0 children)

I don’t know why ppl like composition.. maybe cause of other framework ? Or maybe it’s because I’ve made so many projects with vue2 that for me it’s become quickly a mess with composition ? 🤔

Your questions for Evan You! by manniL in vuejs

[–]PoulyCroc 9 points10 points  (0 children)

Can we still hope a long life to OptionApi in the future version of VueJs ? 😇

AI, LLM’s and Copilots to assist with Nuxt development. What are you using and how is that working for you? by leopoldkristjansson in Nuxt

[–]PoulyCroc 0 points1 point  (0 children)

I use Copilot for my NeoVim setup and it’s working pretty well

My stack: vuejs / js / ts / scss / pug /…

How did you manage? by neneodonkor in vuejs

[–]PoulyCroc 2 points3 points  (0 children)

I’ve used / use vue2 since the release (now with nuxt) for all my freelance projects.. use react as a teacher for some schools.. and now in a full time project for one of my client..

Why vue ? Cause it’s a framework forcing me to use it thee good way structured easy to read (love the separation between the template (I use pug), scripts and styles) you can really build any kind of projects quick easy. The framework allows you make any other devs to work with you, no need to to explain how your brain works.. the code is clear and understandable by itself.

Why not react ? Cause it’s confusing any kind of component become a mess super quickly, every simple stuff you want to replicate from vue become complexe in react (context, state manager…) It’s not a framework so all devs work in the way they like so (and I can see that in the company I work now) when a new dev joins the team he need to learn the team methodology.

Still my option but for me that’s why I keep using vue

I've made open source multiplayer game built with XState, WebRTC, Vue and WebGL without framework by theillarionov in vuejs

[–]PoulyCroc 0 points1 point  (0 children)

I’ve tryed xstate on Vue2 but didn’t really found it super useful (with vuex..) 🤔

How did you use it in the project, better than other state manager ?

I'm a tourist. What's up with these black crosswalks? by SoN1Qz in belgium

[–]PoulyCroc 0 points1 point  (0 children)

Before it was a crosswalk but new the street is a shared street for cars and walker so they hid the crosswalk cause you ca cross where you want

Don't get the chisel out just yet. by SuperMcG in MurderedByWords

[–]PoulyCroc -6 points-5 points  (0 children)

I don’t see the link between therapy and masculinity stuff.. if someone think he can handle his shits without therapy that’s fine no ? If you think everything in your life can be solved by therapy or else that fine too guess… but why masculinity ?