Category "deprecation-warning"

Passing strings for MessageEmbed#setFooter is deprecated

I'm getting this warning in the terminal when running my bot code: (node:6220) DeprecationWarning: Passing strings for MessageEmbed#setFooter is deprecated. Pas

PHP 8 - libxml_disable_entity_loader() has been deprecated. How do I replace the functionality it provides?

I am upgrading to PHP 8 and getting the following warning: Function libxml_disable_entity_loader() is deprecated What I have: This code saves the current entity

Deprecation Warnings: Distutils and netcdf_file

I get two deprecation warnings whenever I try running any python code. They are: DeprecationWarning: distutils Version classes are deprecated. Use packaging.ver

python warnings.filterwarnings does not ignore DeprecationWarning from 'import sklearn.ensemble'

I am trying to silence the DeprecationWarning with the following method. import warnings warnings.filterwarnings(action='ignore') from sklearn.ensemble import