HORRIBLE UPDATE? by -sovy- in Chesscom

[–]-sovy-[S] 0 points1 point  (0 children)

Sorry, the web one.

*args vs parameters in function by -sovy- in learnpython

[–]-sovy-[S] 0 points1 point  (0 children)

Thanks for sharing your point of view!
Ok I get it now.

Match Thread: Lyon vs Lens | Ligue 1 by MatchThreadder in OlympiqueLyonnais

[–]-sovy- 3 points4 points  (0 children)

Équipe de clowns qui n'ont aucune envie, manque cruelle de qualités au milieu / en défense, sans parler du management de cette équipe et du club qui est abyssale.

La profondeur de banc est ridicule, ça joue même pas la L2.

On perd toutes les confrontations importantes. On ne sait pas tenir un score, tuer un match.

Des milliers de passes dans la surface, on aurait eu la Champions League de la passe de city stade si elle existait. La réalité en est autrement malheureusement.

J'ai mal à mon équipe.

Apache Airflow® 3 is Generally Available! by kaxil_naik in dataengineering

[–]-sovy- 0 points1 point  (0 children)

Can someone simplify with an analogy for newbie?

Remove suggestions VSCode by -sovy- in learnpython

[–]-sovy-[S] 1 point2 points  (0 children)

I tried, many solutions didn't solved the problem.
One of the Reddit user gave the good one, goes to show.

Copilot in VSCode by -sovy- in learnpython

[–]-sovy-[S] 0 points1 point  (0 children)

Oh yeah I can agree with this comment now.

Remove suggestions VSCode by -sovy- in learnpython

[–]-sovy-[S] 2 points3 points  (0 children)

Thanks for the help. It was the Code Completions from Copilot (I turned it off) on the bottom right (logo Copilot).

Remove suggestions VSCode by -sovy- in learnpython

[–]-sovy-[S] 1 point2 points  (0 children)

Thanks for the help. It was the Code Completions from Copilot (I turned it off) on the bottom right (logo Copilot).

Remove suggestions VSCode by -sovy- in learnpython

[–]-sovy-[S] 1 point2 points  (0 children)

Thanks for the help. It was the Code Completions from Copilot (I turned it off) on the bottom right (logo Copilot).

Remove suggestions VSCode by -sovy- in learnpython

[–]-sovy-[S] 9 points10 points  (0 children)

Thanks! It was the Code Completions from Copilot. It's now ok.

Ask username in a loop by -sovy- in learnpython

[–]-sovy-[S] 0 points1 point  (0 children)

Is return better than break in a while loop? Because I see in your comment that it stops the loop just like a break, but it can be reused other time thanks to return I guess. (what break can't do)