gitpushoriginmaster
gitpushoriginmaster
When using _basic-pitch_ I encountered a few cases of dead code, redundant calculations, and unclear try-except blocks. This PR is a bunch of many single-line changes. I hope my attempt...
Hi @stonier , Why are all the logs in your Logger class handled with print and not by the logging module? I see you comment at the beggining of logging.py,...
### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like One feature that I believe would greatly enhance the developer experience...
If a test would fail due to some edge case being hit, it could not be caught again. I am not aware if there is such a convention at Spotify...
# Summary When seeing an [unofficial status code](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#Unofficial_codes) the suggested further reading link to MDN Web Docs will be broken since it contains only official codes. As an example, the...