You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
html-proofer was one of the first gems I wrote, and...it shows. There are a lot of broken features and confusing hierarchy. I'd like to cut a new release of this gem, ideally within this month, to get rid of or fix the heck out of the following:
Remove HTML parsing/validation
Support Ruby 2.7+
Better hierarchy for internal logic
Machine parseable error/issue format
Add some kind of static site mode
Double check typhoeus_config
Fix caching to include versioning, in case caching needs to change further
test extensions
check commented code / FIXME / TODO
change attribute_override to swap_attribute
check_external_hash is now on by default
check list of links
cache keys
Nothing will be made faster, only features that always cause problems need massive reworking.
The text was updated successfully, but these errors were encountered:
(These are mostly notes for myself.)
html-proofer was one of the first gems I wrote, and...it shows. There are a lot of broken features and confusing hierarchy. I'd like to cut a new release of this gem, ideally within this month, to get rid of or fix the heck out of the following:
Nothing will be made faster, only features that always cause problems need massive reworking.
The text was updated successfully, but these errors were encountered: