Michael Kantor
Michael Kantor
Some further investigations: #### Fails to get flagged as invalid Input: "can you email [email protected]?" Url Matcher returns: '[email protected]?' rather than '[email protected]' ``` if (response != null && response.match.match(EMAIL_DISTINCT_PATTERN)) {...
For what its worth, I'm currently seeing something similar: ``` { "completed": false, "js tests": [ { "status": "test error", "platform": [ "OSX 10.9", "chrome", "latest-1" ], "id": "some-id...", "job_id":...
I'm seeing this as well. Everything works fine if I test 1-3 browsers, but any more and it times out with the above error message. That would seem to invalidate...
Ah... I see there's clarification in the README...
Is there a successor? Is there something different that Sencha is now recommending? I've been using this for 3 years and remain pretty happy with it, but always happy to...
Yeah; I saw that. However, it only outputs JSON, and leaves it to you to build the HTML. I rather like the JSDuck HTML; its part of why I use...
1. There are cases where babel is moving my /*\* @class */ definition to the bottom of the file, so now I have a grunt task for moving it back...
Would be nice if there was an option to work around the "proper javascript name" limitation with quotes, brackets, braces, or some other tool that declares "parse this name until...