Elliot Jordan

Results 137 comments of Elliot Jordan

I can also reproduce this problem. 1. Add repos required to create the override: ``` % autopkg repo-add joshua-d-miller-recipes Attempting git clone... Adding ~/Library/AutoPkg/RecipeRepos/com.github.autopkg.joshua-d-miller-recipes to RECIPE_SEARCH_DIRS... Updated search path: '.'...

@autopkg-bala04 - Please open a new issue, as yours isn't related to this one.

Hi @workflowsguy - `\u0301` is a "combining acute accent" character. Does that character exist in any of your AutoPkg recipes, or in the names of any catalogs?

I am able to reproduce this on Munki tools 4.0.1 with either AutoPkg 1.4.1 or AutoPkg 2.0 RC1, if there's a non-ASCII file/folder path in the Munki repo. (Verbose log:...

Added a possible fix in https://github.com/homebysix/autopkg/commit/0af22f4cf62aa154bf85d9dc0ef170b655bdf9b6, but need to do a bit more testing before I open a PR.

I'll take a look at this soon.

@iancohn Would iancohn-recipes be acceptable, to match existing repos' convention? Running my pre-commit hooks on the recipes results in three suggestions, none of them major: ``` SeleniumEngine/SeleniumEngine.install.recipe: Processor EndOfCheckPhase is...

Thank you! Finally, I'd like to ask about the SeleniumEngine processor. I understand it's a replacement for URLTextSearcher in cases where website elements might prevent `curl` from scraping the needed...

New repo added: https://github.com/autopkg/iancohn-recipes On brief read-through, I see there are a few Python syntax and linting issues in your shared processors, but nothing that looks like it would prevent...

Could you go into more detail on the alias thing? Although this seems harmless, I'd like to be able to recreate the issue to be solved (but I don't have...