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

E621 tag warning bounty #402

Merged
merged 5 commits into from
Jan 28, 2025

Conversation

leaftail1880
Copy link
Contributor

@leaftail1880 leaftail1880 commented Jan 21, 2025


if (generalTags < 10) {
warnings.push(
`It is recommended to add atleast 10 general tags ( ${generalTags} / 10 ). See https://e621.net/help/tagging_checklist`,
Copy link
Owner

Choose a reason for hiding this comment

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

typo: at least


private async getMetdata<T>(url: string) {
// TODO Maybe replace with fetch for better performance
// TODO Maybe use caching?
Copy link
Owner

@mvdicarlo mvdicarlo Jan 24, 2025

Choose a reason for hiding this comment

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

caching would probably be the better option to improve performance, and reduce http calls to e621 in general. dry validations might get spammy if lots of changes are being made.

@leaftail1880
Copy link
Contributor Author

@mvdicarlo fixed all the issues

@mvdicarlo
Copy link
Owner

lgtm

@mvdicarlo mvdicarlo merged commit f8807a5 into mvdicarlo:develop Jan 28, 2025
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.

2 participants