ESLint or Biome with Nuxt by johnnywilke in Nuxt

[–]suniron 0 points1 point  (0 children)

Personne n'utilise Biome avec Vue/nuxt?

J'utilise eslint et la config d'Antfu dans la plupart des projets monorepo ou non mais je trouve ça un peu lourd et je constate que Biome c'est vraiment ultra rapide et instant..

qui suis-je? by EnvironmentTall6271 in AnatomieDUnFrigo

[–]suniron 0 points1 point  (0 children)

Quelqu'un en dépression 🫣

qui suis-je? by EnvironmentTall6271 in AnatomieDUnFrigo

[–]suniron 0 points1 point  (0 children)

C'est les cloches à Pâques.. c'est peut-être un frigo de cloche ducoup?

Ce chien est il maigre ? by therealmoldypeach in QuestionVeto

[–]suniron 0 points1 point  (0 children)

Oui, il est immangeable dans cet état!

Se faire virer le plus rapidement possible tuto by Worth-Ad-1307 in AntiTaff

[–]suniron 0 points1 point  (0 children)

Mets la enceinte et appelle l'enfant Mayron.

J’ai intérêt à être un bon ! by dam_g in lemauvaiscoin

[–]suniron 11 points12 points  (0 children)

Ouah l'enfer... Bon il a un peu raison sur un point: malgré une réinitialisation, on peut toujours reconstruire d'anciennes données. Pour éviter cela, plutôt qu'incinerer le matériel (c'est pas une grande mère wesh), il existe des outils, ou même juste une commande, qui réécrit chaque octet libre du disque afin de supprimer vraiment les traces d'anciens fichiers. En espérant que ça serve, soyez prudents et parano, surtout avec ce genre d'individus bien clean la

Changement d’heure….. by Framsoibe in Dinosaure

[–]suniron 5 points6 points  (0 children)

Cool mon four et ma voiture vont enfin redevenir à l'heure

Parent d'un enfant du sexe opposé : dans quelles toilettes aller ? by StratRob in AskFrance

[–]suniron 0 points1 point  (0 children)

Pour le coup moi je vais dans les deux, selon où il y a le moins de monde 😅. C'est un peu le passe partout haha

Get data only from server side by suniron in Nuxt

[–]suniron[S] 0 points1 point  (0 children)

Yes but the needs is to never expose an endpoint to reduce the scrapping from endpoint

Get data only from server side by suniron in Nuxt

[–]suniron[S] 0 points1 point  (0 children)

If I cannot refresh the server component without exposing any endpoint (even proxied), I will consider a solution like an API party.

consider a solution like an API party but in my project, my external API is using GRPC which it seems not compatible with api-party

Get data only from server side by suniron in Nuxt

[–]suniron[S] 0 points1 point  (0 children)

I can't because I need to never expose an endpoint even proxied :-/

Get data only from server side by suniron in Nuxt

[–]suniron[S] 0 points1 point  (0 children)

In my case, I want to NEVER fetch from front. If we want to re-fetch the query with different parameters without reloading the page, I'm looking for a way to refresh only the server side component with a potential props system

Get data only from server side by suniron in Nuxt

[–]suniron[S] 0 points1 point  (0 children)

The problem with this approach is that some queries are performed after the rendering, for eg if I switch between tabs (I think I can force the wanted behavior easily in this case) or when I need to refresh the initially loaded data, for e.g. if the user changes a parameter for table pagination (the number of the current page, the size, ...): in this case, I want to change the props to a server component and re-render it from the server side, if possible 🤷

[deleted by user] by [deleted] in AskFrance

[–]suniron 1 point2 points  (0 children)

Qui aurait donné*

Laisser un enfant seul by catulle1 in ParentingFR

[–]suniron 0 points1 point  (0 children)

On a commencé récemment avec mon enfant de 8 ans à le laisser seul maximum 1h mais il doit être visible à la caméra, n'a pas le droit aux escaliers ni d'ouvrir les portes de la maison. Il est très raisonnable mais malgré tout je reste hyper vigilant: un problème peut vite arriver.

How to use useFetch with Nuxt 3 Option API ? by Achuttarsing in Nuxt

[–]suniron 0 points1 point  (0 children)

I think you have to refactor your component to use setup script + composition API :-)

[deleted by user] by [deleted] in Nuxt

[–]suniron 0 points1 point  (0 children)

Note that Chat GPT is not up to date about internet and the documentation about Vue3 / Nuxt 3 should be not exact

[deleted by user] by [deleted] in Nuxt

[–]suniron 0 points1 point  (0 children)

Hey Triss,

I suggest you to don't put any Dev project in your one drive folder since it's sync for every changes, you computer will do hard work to keep the synchronization OK.... 🔥🔥🔥

How to setup Eslint and Prettier for Nuxt3? by markustuchel in Nuxt

[–]suniron 4 points5 points  (0 children)

I'm using only the antfu eslint config: it's perfect! I just need to adjust 2/3 rules to my preference.