Alex Grebenyuk
Alex Grebenyuk
It would be fantastic to also make it work in background, most image loading frameworks do their decoding in background.
I wonder what happened with the idea of using `.swift` files [as configuration](https://github.com/apple/swift-package-manager/blob/master/Documentation/PackageDescription.md), e.g. `.doc.swift`. It doesn't seem to be getting high adoption outside of Swift Package Manager. Are you...
I'm using lunr.js on https://kean.blog/nuke/guides/welcome and can build something similar for swift-doc. I built it using plain JS without any dependencies.
@mattt, do you have any preferences in terms of the implementation or design? I'm not entirely sure where to add it. I have a couple of options in mind (these...
Thanks, @Lukas-Stuehrk. I also think the header is the most reasonable choice. Just to add to your list: - [Microsoft](https://docs.microsoft.com/en-us/dotnet/api/system.text.regularexpressions?view=net-5.0) – search in the header and they don't even worry...
I agree with @MaxDesiatov, hosting guides alongside the API reference and using the same design language - which I really love, and which I would like to be standard for...
Hey, I hacked together a quick prototype using SwiftDoc and some of its dependencies. I hosted the end result [here](https://kean-org.github.io/docs/nuke-docs-beta/guides/image-pipeline.html). Some of the issues I encountered: - The [approach](https://github.com/SwiftDocOrg/swift-doc/pull/65) with...
I found the following note on [wiki](https://en.wikipedia.org/wiki/Sexagesimal#YAML): > In version 1.1[17] of the YAML data storage format, sexagesimals are supported for plain scalars, and formally specified both for integers[18] and...
Starting with Xcode 14, DocC is the best option for generating documentation. But you don't need to do anything to support it (as long as the documentation comments are there)....
> Are build times faster using a single file vs. the separated file's mode? I've done a few tests in that area. Putting everything in a single file [destroyed](https://twitter.com/a_grebenyuk/status/1477043289832534017?s=20&t=wyqKYEbtHthLbhCPWnSGXA) the...