bombsimon / awesome-garmin

A list of Garmin application, both for Garmin devices and other tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix unresolvable repositories

bombsimon opened this issue · comments

The whole setup of mutating the list in place is pretty dumb. But the most important thing is that if an item in the list doesn't work (temporary or permanently) we just generate an empty item with all defaults. Also given this modification I did the lazy thing and iterate over the list twice for each category to find old items.

This should be rewritten to build new types completely and only populate them when we successfully resolved everything.

If a link is gone we should either remove it in the same auto commit by the action or raise an issue for this.

Solved in #11. Not the auto delete stuff but the rest of the rewrite!