Ben Cole

Results 24 issues of Ben Cole

Great jQuery plugin! I am using [block elements with an intrinsic aspect ratio](http://alistapart.com/d/creating-intrinsic-ratios-for-video/example2.html) in order to display responsive image spaces where the user has adjusted the image position using this...

## Summary The [warning for too many classes being added on one component](https://github.com/styled-components/styled-components/blob/395ee2efbfea9991ea8e26e27d3e7bcb2aa50977/packages/styled-components/src/utils/createWarnTooManyClasses.ts#L18-L28) gets triggered for very general components such as `` or `` type components which may have a...

The documentation [includes examples](https://styled-components.com/docs/api#shouldforwardprop) of the `shouldForwardProp` option which can be passed to withConfig, but it does not mention the other props which are accepted such as `displayName`. Should the...

Hello -- I stumbled upon your plugin and fit the need for our website perfectly. The code is well organized and makes good use of filters and hooks to allow...

# The Problem I needed to be able to have all server requests to the php built in server utilize my custom router.php file. This extension has a built in...

Hello, Some devices have both touch screen capability and mouse input devices. On lines 129-131 click events are being prevented if a device which supports touch is detected. These lines...

It took me a long time to find out how to set this via the configuration, so hopefully adding this to the readme can help others to find it more...

From wp.org: https://wordpress.org/support/topic/cannot-redeclare-class-google_model/ > Getting this line in my error_log file constantly: [01-Jun-2017 07:49:35 UTC] PHP Fatal error: Cannot redeclare class Google_Model in /***/wp-content/plugins/social-metrics-tracker/lib/Google/Model.php on line 26 # To Do...

# Problem On sites with many posts, the sheer rate of cron jobs breaks other things that need to run in the cron # Quick solution Add some options for...

Feature

# update The google API is rate limited, and support for adding API keys needs to be added. # original issue Auto-update of GooglePlus scores is broken, but manual update...

Bug