I have not- because I do not do it.
Running the Graphical Nautilus with sudo creates several permissions issues. Sudo is Root but you are opening the Home Folder as Root when you do that.
While it does create a security issue, the primary concern - that article notwithstanding - is in file permissions being nixxed. And fixing it is not easy.
You can do:
sudo -i
THEN launch Nautilus
Or
///admin
OR pkexec
OR
@FrenchPress 's usual recommended
sudo apt install nautilus-admin
Then have access to open as root from the right click context menu.
I recommend this last option. Nemo File manager comes with it and I use it regularly.





