Results 17 issues of Matt Neuburg

This PR improves album title sorting so they appear in the same natural order as the Finder. ## Example Before this change, my album titles are in this order: "Hamlet",...

This PR changes the keyboard type of the URL field in the app's initial server configuration screen to `.URL`. This makes it a lot easier to enter the URL.

> Revert "renamed according to apple's specifications" -- the launch image naming scheme doesn't add any benefits, so go with the more human readable versions Except that it does add...

Swift 4.2 brings `firstIndex(of:)`, `lastIndex(of:)`, `firstIndex(where:)`, `lastIndex(where:)`, and `last(where:)` to match the existing `first(where:)`. These are omitted from the list, but they should not be; they are pretty important. Best...

Self-explanatory, I think. The system ruby should not be used, let alone hard-coded for; certainly no gems should be installed in it. What ruby to use is up to the...

The Open dialog appears in a different language from mine. It seems to be random what language it is. Sometimes it is German, sometimes Czech (I think), and so on....

You can suppress the phrase "Chapter 1" (or similar) for a chapter title by unsetting `sectnums` for that region of the document. In the same way, it would be great...