jtpavlock
jtpavlock
Hello, and thank you for the great extension! [Edamagit ](https://marketplace.visualstudio.com/items?itemName=kahole.magit)is an extension to mimic the functionality of magit in emacs. Currently, they have [some tips for working with the Vim...
Does mutagen provide a way to abstract the differences between audio formats? For example, I'd like to say something like: ```python audio_file = mutagen.File('music.mp3') audio_file2 = mutagen.File('music.flac') print(audio_file.artist) print(audio_file2.artist) ```...
Any thought to adding type annotations so those using Mutagen can take advantage of mypy static type checking?
## Description As the title states, it would be convenient for use with sphinx documentation to be able to output the changelog in `rst` format. ## Possible Solution This seems...
## Description Add the ability to link a changelog message to the original commit. This would greatly increase the ability to provide context around changes. ## Possible Solution ~~Ability to...
This is a feature request to add a check for class level attribute documentation. As described in the [google style guide](https://google.github.io/styleguide/pyguide.html#384-classes): > If your class has public attributes, they should...
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
Does anyone have any success or tips for using this package when running Emacs in WSL? It doesn't appear to work out of the box.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe Sometimes golden popcorn...
- [ ] I have read the contributing guide in the documentation. ### Description This removes the ability to call any boolean arguments in function just by passing `True` or...