You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 10, 2024. It is now read-only.
This includes re-auditing RSHTMLMetadata to change things I marked nullable that can actually never be nil, which will allow removal of some unneeded if let/guard let statements in NetNewsWire. (For example, appleTouchIcons is always initialized with an array, so it will never actually be nil.)