Patrick Carlo-Hickman

Results 4 issues of Patrick Carlo-Hickman

When calling `$(element).prettyCheckable();`, the return value is undefined. It would be nice if it returned the element to allow for method chaining. That would allow something like: ``` $(element).prettyCheckable().bind('change', function(e)...

Given the following query and parameter bindings: ``` select `users`.`id`, `users`.`email`, `users`.`active`, (select count(*) from `phones` where `phones`.`active` = ? and `phones`.`user_id` = `users`.`id`) as phones from `users` where `users`.`active`...

wontfix

The current master branch uses the /Illuminate/Support/Arr class, which did not become available until L4.2, but the composer.json file requires >=4.0.0. The composer file should be updated to reflect the...

wontfix

The currently supported OAuth2 client credentials grant includes the client_id and the client_secret in the body of the request. Some APIs require that the client_id and client_secret are sent using...