-
-
Notifications
You must be signed in to change notification settings - Fork 148
fix formatter for html and error in rest.run() #165
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
Conversation
Fixes error caused by html formatter running even when tidy is not available on the system. Also fixes docs related to disabling formatters.
Adds debug<boolean> opt in config to show optionally show debug messages. Fixes rest.run showing errors because it was passing an argument of type <boolean> to rest.run_request instead of the expected <table>.
Now this PR also fixes #165 and nasty errors on rest.run() due to incorrect handling of opts. |
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.
Thanks. the changes fix #164
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.
LGTM
you can drop the second commit. I think it's best to throw an error if tidy is not available, so nothing to change on that side, what I am curious about is why NB: Sry for the close, my browser focused the closed button before I typed Enter :s |
Fixes error caused by html formatter running even when tidy is not available on the system. Also fixes docs related to disabling formatters.
fixes #164