-
@averi @barthalion Above comment looks like spam and the user is already banned so Gitlab prevents me from making an abuse report. Could the comment just be deleted?
Thanks!
Edited by Jehan -
-
ChatGPT can be your Python tutor. It can explain complex concepts, break down code step-by-step, and provide examples to solidify your understanding. Need a code snippet? ChatGPT can generate Python code based on your descriptions, saving you time on basic implementations. Stuck on a bug? Describe the problem to ChatGPT, and it may offer solutions or point out logical errors you've missed. ChatGPT can act as a brainstorming partner. It can help you come up with creative ways to use Python for a project or suggest alternative approaches to a problem.
-
@averi @barthalion The 2 above comments are spam again. Why are people spamming on small code snippets which nearly nobody but the intended recipient will see?! lol
-
Banned, the main issue is GitLab doesn't allow ways to remove spam comments in snippets, I'm hopeful they will fix this soon and the spam will just automatically be hidden given these accounts were banned. This is tracked at https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/1350.
-
Yeah, it used to work, right now the only way would be deleting these via SQL queries but that doesn't scale, hopefully this will be fixed by GitLab directly and when you ban an account it also hides snippets. The other way would be deleting the account but there's a chance the email may then be re-used by the spammer.
-
What were the main challenges you encountered while converting the Python 2 code to Python 3 for the Nemo geometry dash project, and how did you address them?
Please register or sign in to comment