James Sherlock
James Sherlock
Another way of looking at this is by opening this URL: https://swiftpackageindex.com/search?query=test%22+disabled%3D%22true This will disable the search prompt by taking advantage of the fact I can exit the scope of...
Is it a specific feature? Yes, but does it have a great impact in my decision making about whether or not to use a package? Also yes. I also feel...
I wonder if it would be advantageous to support nested sitemaps? https://developers.google.com/search/docs/advanced/sitemaps/large-sitemaps This is where we would generate a OWNER/PACKAGE/sitemap.xml which includes all the pages for that package. The top...
Was briefly discussed in https://github.com/SwiftPackageIndex/PackageList/pull/508 when the script was first added (some sort of ignore list)
Worth noting (though doesn't stop this ticket going through) that the package list nightly scripts currently ignore all dependencies which are forks: https://github.com/SwiftPackageIndex/PackageList-Validator/blob/100a768c6c5d2840417576a85bc4d2bf8c9bab5a/Sources/ValidatorCore/Commands/CheckDependencies.swift#L187 Once we add support for it here,...
I wonder how we'd handle the whole "package is App Store compatible" check with this too. Is it if one of the packages is compatible? or do all need to...
What is the source here? A few random examples (not saying I actually support all of these but good for conversation!) * Code Coverage? * This could be picked up...
Had a brief conversation with Dave on Slack, it seems there may be a longer-term ambition to actually build and test packages automatically - so would likely end up calculating...
Is this based purely on the existence of the configuration, or a value of how well it's documented? (A crude example being % of public interface documented)
It doesn't solve or replace this, but I wondered if we could provide a JSON schema for the supported values in the spi YAML file? There are a plethora of...