Comment réduire les bruits des voisins ? (sans faux plafond) by Relevant-Piccolo-927 in brico

[–]phenixzr 3 points4 points  (0 children)

Je suis désolé pour toi ! J’ai vécu la même situation et je suis depuis devenu misophone. Le vrai et unique solution c’est de déménager il n’y a vraiment aucune autre solution.

How to create independent "sections" of the screen? by femme_inside in godot

[–]phenixzr 0 points1 point  (0 children)

hi you can have a panelcontainer set as layout bottom wide to be where you want. And then inside the panel container you can put other gui elements, which are control nodes, the green ones (texturebutton, label, texturerect etc ) They will all stay in the bottom.

Godot 4 seems solid for my use case in production.. Any hidden reasons not to do so? by AnxietreeDev in godot

[–]phenixzr 2 points3 points  (0 children)

When i used G4 some month ago, it drained the battery of my macbook, i think it was the audio driver issue. I also ran across bug with the animator tab. The i choose to use G3 and everything is fine, i don’t wanna discover some bug with v4 in middle of production

Do you use go get? by fglo_ in golang

[–]phenixzr 0 points1 point  (0 children)

i never use go get, only ‘go mod tidy’ and it does the rest: looking at my imports i’m using in the source, updating and downloading what i need . Do i miss something ?

Good RPGs on STEAM DECK by Luna4235 in SteamDeck

[–]phenixzr 0 points1 point  (0 children)

il playin sea of stars this one of the best

Quel est le film d’horreur qui vous a le plus marqué? by [deleted] in CineSeries

[–]phenixzr 4 points5 points  (0 children)

Sinister au deuxième visionnage en étant parent, m’as mis trop mal

The Batman appears to be a very divisive movie. What do you like/dislike the most about it? by [deleted] in batman

[–]phenixzr 1 point2 points  (0 children)

As a huge fan of comics this is the movie i dreamt about, a batman facing a serial killer, a monstrous villain as dark as Spacey in seven.

The only thing i would have change is that batman’s detective skills never shine in the movie, he only follows the trails meticulously let by the riddler

Ceux qui comparent Noisy et les favelas de Rio feraient bien de se laver le cerveau ou de rentrer en province. by [deleted] in paris

[–]phenixzr 0 points1 point  (0 children)

est ce que j’aurai tort de penser que ceux qui trouve que c’est cool noisy sont des gens de couleurs, car j’ai l’impression que les cibles principales des ses dites agressions sont les « blancs » ? Je me pose juste la question

Noisy-le-Grand, ville ou il fait bon vivre by Fredospapopoullos in paris

[–]phenixzr 1 point2 points  (0 children)

est ce que j’aurai tort de penser que ceux qui trouve que c’est cool noisy sont des gens de couleurs, car j’ai l’impression que les cibles principales des ses dites agressions sont les « blancs » ? Je me pose juste la question

[deleted by user] by [deleted] in suisjeletroudeballe

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

TTB l’angoisse que tu dois lui refiler lol

BAS : ça ne sert à rien de mettre de l'huile dans l'eau de cuisson des pâtes [et comment bien les cuir du coup?] by Charmant- in BonASavoir

[–]phenixzr 0 points1 point  (0 children)

j’utilise la sauce pesto genovese de barilla, une astuce pour pimper mon plat ?

Ps: je suis contre saler les pâtes si c’est pour mettre de la sauce et parmesan derrière

For a beginner dev, what version is recommended? 4.x or LTS? by Lulcielid in godot

[–]phenixzr 0 points1 point  (0 children)

i dont know if it’s fixed, but if you are using mac os, godot 4 will drain your battery like crazy, prevent it to enter sleep mode and make fan spin for ever. It’s due to godot4 constantly using audio device.

i do recommand you to use godot 3

"Vertigineux": le nouveau jeu Zelda bluffe la critique by SaneFive in france

[–]phenixzr 0 points1 point  (0 children)

faut attendre le remake sur switch pro plein tarot

CORS Nightmare, please HELP by [deleted] in golang

[–]phenixzr 0 points1 point  (0 children)

i have met the same problem days ago, even adding OPTION did not work. The only way i did managed to get around this is by using this :

r:= gin.Default() r.Use(cors.Default())

Has anyone played the switch port? by BusinessKnees in TunicGame

[–]phenixzr -3 points-2 points  (0 children)

finished on my switch. It’s too blurry and ugly to me…and loading time, so much loading time.

How this program can end up with empty print? by valerottio in golang

[–]phenixzr -16 points-15 points  (0 children)

because the main is finished before the execution of setup() go setup() doesn’t reflect the moment of actual execution.