Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter out curated extensions uploaded as builds (3rd party extensions) #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Pabl0cks
Copy link
Collaborator

This PR addresses the issue of duplicate extensions appearing in both curated and third-party list.

Also changed the fetching order to make it easier:

  1. Fetch curated extensions and transform them
  2. Fetch third party extensions filtering out curated ones (by filtering out 3rd party extensions which Github matches a curated one)

Closes #43

Copy link

vercel bot commented Jan 13, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
scaffoldeth-io ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 13, 2025 11:25am

Copy link
Member

@damianmarti damianmarti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good to me and it's working great! Thanks @Pabl0cks !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filter out community extensions that are also in the curated list
2 participants