Open JamesParrott opened 3 weeks ago
It happens without pipx too, in a normal venv.
It is due to an intentional warning, which I personally find to be irritating and pointless. If Github's API returns an empty string instead of "0"
, then in my opinion empty strings and everything other value the API is likely to return, should be handled gracefully by applications built on that API.
Please change this warning to a debug message:.
There is no value in showing it to all users during typical execution, and it detracts from the UX.
🔬 How To Reproduce
Steps to reproduce the behavior:
produces:
Environment
Windows 11, pipx 1.2.0, CPython 3.11.4
📈 Expected behavior
No warnings during normal operation, as described in the readme.