Daniel Dvorkin
Daniel Dvorkin
`FillStyle` parameter is a `Style` not a `Color`
PHP Codesniffer ships with `phpcbf`, a command that can automatically fix a lot of the issues that `phpcs` founds. This PR adds support for `phpcb` inside vim.
Now it's setting the headers both for Chrome and Firefox. Add an option to deactivate one if the user doesn't use that browser.
You may want to leave your logging code in place, and make the plugin ignore the calls if wp_debug is off
- WP_Query query_vars on _pre_get_posts_. - WP_Query on _wp_
#### Description This PR adds a new on-urgency-calc hook to allow external scripts to modify the urgency of tasks. #### Additional information... - See https://github.com/GothenburgBitFactory/taskwarrior/issues/3214 for context. - Added tests...
I have an use case where it'd be very helpful to have a hook at the time of urgency calculation. Basically here: https://github.com/GothenburgBitFactory/taskwarrior/blob/1c11f8b650cdd15526c6694d9032b645485660fa/src/Task.cpp#L2202 Having such hook, while potentially detrimental to...
Test code: https://gist.github.com/4136893 Without phperror.net script, it doesn't show the notice and warning, but dies on the fatal (which I think it's the intended behaviour). With phperror.net, unfortunately still dies...