Dave Verwer

Results 72 issues of Dave Verwer

Reference: https://twitter.com/MarcoEidinger/status/1565364607920717826 Also, discussion on latest episode of Swift Package Indexing: https://blog.swiftpackageindex.com/posts/swift-package-indexing-episode-10/ We'll change it to be a blue colour with an "i" in the icon rather than a "!"

We currently host documentation on a variety of URLs: * `[owner]/[repo]/main/documentation/package` * `[owner]/[repo]/0.1.0/documentation/package` * `[owner]/[repo]/0.1.0-pre1/documentation/package` and every time there is a new release, instead of redirecting to `/0.1.0/documentation/package` we now...

From https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/issues/2873 We should calculate package (and the score report) from our "significant version" rather than from the default branch. Xcode imports the stable version, then a pre-release, then default...

Needs a little padding on the right hand side to avoid the heart. ![Screenshot 2024-01-26 at 13 30 22@2x](https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/assets/5180/afc8eeea-5b89-4afa-95e2-c73bb7453cb0)

We need a few more bits of information in the Vapor web server logs: * Having the USER_AGENT and REFERRER fields would be useful * Change the logging level to...

We currently only add it to the page's `head` tag. See https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls#rel-canonical-header-method

We do some wrangling of GitHub image URLs to make them work in SPI READMEs but there's obviously something going on here that's breaking this one: ![Screenshot 2023-12-15 at 12...

I'm not sure if something changed with this rendering because I don't remember these looking this bad in the past, but we give links that are also headings the `link-color`...

I think it still makes sense that exact matches are at the top, although it may be worth re-visiting that decision, too! However, with the current implementation it's not clear...

enhancement
good first issue