Austin Rude

Results 5 issues of Austin Rude

I was trying to add the Zig mark as a [custom SF Symbol](https://developer.apple.com/documentation/uikit/uiimage/creating_custom_symbol_images_for_your_app), and the rendering didn't come out quite right. I think this is caused by using polygons instead...

I tried using the pattern of my index page url ("^$") as the pattern for a section, but it was never picked up. It looks like the path searched by...

Copied from https://github.com/nathankot/company-sourcekit/issues/15

What are your thoughts on providing a theme enum? There are 79 styles/themes currently, so it'll be a pretty large enum, but it seems like it would make the API...

enhancement

Would you accept a PR to make the hexString init failable, so it'd return nil rather than a black color? Something like: ```swift public convenience init?(hexString: String) { let hexString...