-
Notifications
You must be signed in to change notification settings - Fork 30
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
E621 tag warning bounty #402
Conversation
|
||
if (generalTags < 10) { | ||
warnings.push( | ||
`It is recommended to add atleast 10 general tags ( ${generalTags} / 10 ). See https://e621.net/help/tagging_checklist`, |
There was a problem hiding this comment.
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? |
There was a problem hiding this comment.
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.
@mvdicarlo fixed all the issues |
lgtm |
https://github.com/leaftail1880/postybirb-plus/releases/tag/v3.1.54