Mike Lawrence

Results 6 comments of Mike Lawrence

I'm using the API, not Ant, not the maven plugin. I've fixed the issue. I understand completely how it works. The agent uses include/exclude patterns to instrument code, while the...

This kind of discussion is key to improving adoption, increasing understanding, and helping developers understand the big picture. How about a trello board with a column for each topic that...

Another instance https://github.com/shawnchin/jquery-cron/blob/89922ea0975c06315f19adffd030c4b4fc831d9b/cron/jquery-cron.js#L181

Another https://github.com/shawnchin/jquery-cron/blob/89922ea0975c06315f19adffd030c4b4fc831d9b/cron/jquery-cron.js#L451

Another https://github.com/shawnchin/jquery-cron/blob/89922ea0975c06315f19adffd030c4b4fc831d9b/cron/jquery-cron.js#L237 replace with ```javascript var min, hour, day, month, dow; min = hour = day = month = dow = "*"; ```