Jameson Little

Results 46 issues of Jameson Little

For TAP to grow, I think we need to not break existing implementations. Here's my proposal: - Every feature request must be submitted as a pull request and have an...

If I change my system volume while a track is running, the volume will reset to the previous value once the track changes. I also noticed that changing the volume...

Previous track also doesn't work while a track is paused. Right now, to go to a previous track, I have to go to the next track first and go to...

bug

This fixes the code to be spec-compliant. Specifically: - reserved NCS variant must have bit 7 cleared - reserved RFC 4122 must have bit 7 set and bit 6 cleared...

Changes: - hex digit character class - more strict rfc4122 compliance for variant (see [Wikipedia](http://en.wikipedia.org/wiki/Universally_unique_identifier#Variants_and_versions)): > The variant covered by the UUID specification is indicated by the two most significant...

This is a partial fix to #556, but it at least prevents crashing when an unknown URL type is encountered. There is still some work to do, since the markdown...

Also includes some small changes, fixes, and comments here and there. I still need to figure out how to write tests for the UI, but hopefully this helps a little.

Apparently I broke stuff by trying to be fancy. I'm not really a fan of parsing the URL like this though, but at least there are test cases for it...

This will pop up the version error dialog every time the user launches the app. Fixes #701 and #673.

Redid PR #680 my pulling in code from main and fixing compile errors. I'm still working on testing, so this will be in draft until at least later tonight when...