Matt Miller
Matt Miller
The proposed feature allows the option to wait for a javascript function to be called before taking a screenshot. This would work like the takeShotOnCallback method from node webshot, a...
The function `delete_by()` will always return 1, even if nothing was deleted. To fix this the function should return `$this->db->affected_rows();` instead of `$result` Detailed example below with added code for...
Hello, I'm getting this error when attempting to minify my css ``` Fatal error: Class 'CoffeeScript\yy_Base' not found in /Applications/MAMP/mysite/application/third_party/assets/CoffeeScript/yy/While.php on line 6 ``` Any suggestions?
When using multiple directives that use the `controllerAs: 'vm'` syntax and do not have scope, they will conflict and `vm` will get overwritten. For example, the following directives will not...
- probe 2 temp and desired temp (current GMG grills have 2 probes) - profile info, current step, completed steps, etc. Awesome work on this - I was thrilled to...
see https://github.com/angular/protractor/issues/308 and https://github.com/angular/protractor/issues/1486 Used to work fine, now all tests that relate to `window.onbeforeunload` are broken.
It's confusing that req.user is a client when doing a client credentials exchange. This makes for some messy checking when we want to determine if we are working with a...
Although I see `expires_in` being checked in tests, I do not see it returned with the access token. Is this an oversight?
When you request an auth_code grant, there is a difference in the redirect between code and token. Code: https://github.com/jaredhanson/oauth2orize/blob/master/lib/grant/code.js#L138 Token: https://github.com/jaredhanson/oauth2orize/blob/master/lib/grant/token.js#L145 What is the reasoning for this difference?
**Describe the bug** On the link component `textAnchor` is used as a style property like so: `` but `textProps` contains `style` and thus overwrites the `style` property for `textAnchor`. https://github.com/danielcaldas/react-d3-graph/blob/0ac8c470c3d6c7e20bf1faf761d449fa753a1b88/src/components/link/Link.jsx#L96-L103...