Results 16 issues of Matt Neuburg

Run the following: ``` s = :numeric ).to_html puts h ``` The output is: ``` Technical Details </span>     ``` The bug is the extra `</span>` inserted into the text....

Here is a script to illustrate the difference in timing between `load_file` under Psych and under Syck. It is simple-minded but is very illustrative of my actual use case. The...

I did sdef /Applications/iTunes.app > iTunes.sdef sdp -fh --basename iTunes iTunes.sdef sbhc.py iTunes.h sbsc.py iTunes.sdef and added the resulting Swift files to my project and fixed _iTunes.swift_ so that it...

This is not a huge deal, but please note that _ sbhc.py_ is omitting to start the resulting file with necessary `import` lines. For example, I did sdef /Applications/iTunes.app >...

This PR tackles a number of issue connected with the auto scrolling label: * There were some circumstances where the auto scrolling label would keep scrolling even though it was...

This PR fixes a few call-super howlers (i.e. places where we are supposed to call `super` but are failing to do so), along with a couple of places I noticed...

This PR fixes what I regard as iSub's primary shortcoming: in a list of tracks, the track names (i.e. the song titles) are so curtailed as to be useless, especially...

This PR fixes all compile-time warnings (except for one that's inside GCDWebServer, nothing we can do about that) and several run-time warnings that manifest themselves at launch time. In _BassGaplessPlayer.m_...

This PR replaces the LibBASS library contents with up-to-date versions of the libraries, freshly download from https://www.un4seen.com. Instead of static _.a_ files, these libraries are now _.xcFramework_ folders. Among other...

This PR fixes a bug where the navigation bar above the current playlist was transparent and so was hard to see. (Perhaps the bug only manifests itself when you're building...