-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
idea: issues bot that points out live examples whose HTML doesn't validate #11984
Comments
Can you describe idea a bit more? 😄 |
A bot that scans for newly posted comments with JS Fiddle or JS Bin links, extracts the HTML portion of the Fiddle/Bin, runs it thru the HTML5 validator, and posts a follow-up comment listing any validation errors. We get a decent number of "bug" reports where the problem is actually due to invalid HTML. |
Ok, I understand now. |
That'd be interesting, but we have to be careful with whatever bot we come up with. It was too easy the last time for someone to accidentally comment on a huge set of issues with the wrong comment. |
Unlike the old |
👍 |
Other useful bot: One that points out PRs against the |
Yea. +1 2014/1/8 Chris Rebert notifications@github.com
Zlatan Vasović - ZDroid |
|
And pull requests that edit only dist JS files and not any of the JS source 2014-04-27 10:03 GMT+02:00 Chris Rebert notifications@github.com:
Zlatan Vasović - ZDroid |
+:100: Maybe try and resurrect fat/haunt? |
/cc @fat |
@hnrch02 It got removed in 92e7f16. AFAIK, Haunt stopped being used because (a) it was too trigger-happy and incorrectly auto-closed a number of legitimate issues (b) since the code for it was in the main repo, some folks would run it themselves by mistake or out of curiosity, resulting in some comment spam. Also, it wasn't a real-time always-on service, so there was the inconvenience of having to run it manually on a periodic basis. |
@cvrebert Yeah, flipped through the issues of haunt and read that a few people were unintentionally commenting on some of Bootstrap's issues. Anyway, I'll watch cvrebert/lmvtfy closely and see if I can help there 😃 |
Almost ready to launch! |
I hope it'll be ready soon. :P I want to test it. 2014-06-15 11:33 GMT+02:00 Chris Rebert notifications@github.com:
Zlatan Vasović - ZDroid |
@zdroid You can test it right now. I have it running on https://github.com/cvrebert/lmvtfy-test/issues at the moment. |
Nice. 2014-06-15 11:49 GMT+02:00 Chris Rebert notifications@github.com:
Zlatan Vasović - ZDroid |
@cvrebert Fantastic work as always. |
And now for the live demo to ensure that the production deploy was successful... |
Take 2: http://jsfiddle.net/V49NM/ |
Okay, after faffing about with backslashes in the WebHook secret key, this ought to work: |
Hi @cvrebert! You appear to have posted a live example (http://jsfiddle.net/V49NM/show/), which is always a good first step.
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
Yay! |
Huzzah! |
Works well. GJ. 2014-06-16 6:36 GMT+02:00 Chris Rebert notifications@github.com:
Zlatan Vasović - ZDroid |
So badass |
@cvrebert Only comment on copy is the line breaks without an empty line between:
Though, in that specific example, I'd make it all one paragraph. Otherwise, this is super fucking awesome. Well done, sir! <3 (Perhaps you'd want to write a post for the blog to highlight it? Or we can tweet about it from Bootstrap?) |
Hi @mdo! You appear to have posted a live example (http://jsfiddle.net/V49NM/show/), which is always a good first step.
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
Impressively fast, too 😁 |
Also, that might be a bug. Originally I had the link in a triple backtick code block and the bot called it out. Probably want to avoid doing that for quotes and links in code blocks? |
I think cvrebert/lmvtfy#5 will cover it? |
Hells yeah. |
Checking that the redeploy went okay: http://run.plnkr.co/plunks/ldtFIUs7Pd5ahdnOFFfq/ |
Hi @cvrebert! You appear to have posted a live example (http://run.plnkr.co/plunks/ldtFIUs7Pd5ahdnOFFfq/), which is always a good first step. However, according to the HTML5 validator, your example has some validation errors, which might be causing your issue:
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
[Edit: See https://github.com/cvrebert/lmvtfy !]
The text was updated successfully, but these errors were encountered: