Elliot Jordan

Results 137 comments of Elliot Jordan

I can reproduce the 401 error by calling the GitHub search API: ``` % /usr/bin/curl --head --location --silent --show-error --fail \ --header "User-Agent: AutoPkg" \ --header "Accept: application/vnd.github.v3.text-match+json" \ --url...

I don't think GitHub used to require one for code search, but that may have [changed recently](https://github.com/orgs/community/discussions/77046).

Yes, on the FAQ page: https://github.com/autopkg/autopkg/wiki/FAQ#how-do-i-provide-a-github-personal-access-token-to-autopkg

I like this concept, but I have a nitpick about this mismatch between the input variable name (`ignore_archived`) and its behavior (raises an exception, rather than "ignoring"). I don't think...

Thanks! We've already had people adopt the Slack and VSCode recipes into @autopkg/kevinmcox-recipes and @autopkg/rtrouton-recipes, so it would be preferable to remove those recipes from your repo in order to...

I'm going to close this out for inactivity, but feel free to reopen if you make the suggested changes. Thanks!

I don't remember the specifics, but it's likely at some point in the past that we saw a new version published that incremented the `CFBundleVersion` without incrementing the `CFBundleShortVersionString`. If...