Mattt

Results 266 comments of Mattt

I agree that it's confusing when a type's declaration is at odds with its actual inheritance graph. However, I don't see a good way to change the declaration itself to...

@sindresorhus > > you don't know if an unknown type is its superclass or a protocol > > Is this a permanent limitation or could it be improved in the...

@sindresorhus The overwhelming feedback I've gotten so far is that speed is `swift-doc`'s killer feature. I agree that speed is less of a concern in a CI setting, but I've...

Things to consider: - [Localizing Package Resources](https://developer.apple.com/documentation/swift_packages/localizing_package_resources) - LTR / RTL layout in CSS - Localized strings for API types ("function", "method") and callouts ("note", "remark")

To generate the database, I have a strong preference for using @stephencelis's [SQLite.swift](https://github.com/stephencelis/SQLite.swift) library.

Also, FWIW: I recently discovered Apple's `docsetutil` command, and am [hosting a mirror of the project here](https://github.com/SwiftDocOrg/DocSetUtil) (it was removed in Xcode 9.3). Unfortunately, it's unclear how Apple's `.docset` bundles...

@lucendio Indeed I am. I believe Dash is ingesting swiftdoc.org as its primary data source for Swift standard library documentation.

> Not really, I think, or maybe it just used to. Ah, my mistake. That's a recent change on the part of Dash. > Did swiftdoc.org derive from `docs.swift.org`? (I'm...

@Sam-Spencer I was planning to ship this sooner, but #104 got away from me, and I ended up having to scrap that work. Right now, my goal is to cut...