python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to fix a Deprecation Warning, Firefox ProfilesIni has been deprecated in java
I want to use my custom Firefox profile and I'm getting a Deprecation Warning on
ProfilesIni myProfile = new ProfilesIni();
@SuppressWarnings. How do I fix this issue.
import org.openqa.selenium.WebD...
rich25
Votes: 0
Answers: 2
How to use escape characters in python fstrings deprecated, without converting to raw string
When running
python3.10 -B -Wall testcode.py
I get the following deprecation warnings in my code which I would like to fix
DeprecationWarning: invalid escape sequence '\:'
DeprecationWarning: invalid ...

remustata
Votes: 0
Answers: 2
DeprecationWarning when importing Scikit-learn
I'm using JupyterLab.
When importing some packages, or executing some functions from scikit-learn,
very long list of deprecation warnings fill the screen.
I googled about this problem and upgraded ...
Amy
Votes: 0
Answers: 0
How do I suppress deprecation warnings for function parameters?
I previously used such pragmas, which I seem to recall worked both with GCC (ubuntu) and clang (macos). They seem to be effective to suppress warning from header #includes.
// test.cpp
struct [[deprec...

oarfish
Votes: 0
Answers: 1