Benjamin Doherty

Results 4 issues of Benjamin Doherty

composer-wp is unable to install the REST API plugin. I think this is because it doesn't follow any sort of proper semver convention; it's been releasing betas as 2.0-betaN, where...

bug

Great extension, just what I wanted, but is there any way to capture the full contents of the browser window, not just the visible viewport? This is a tricky problem...

enhancement

In https://github.com/influxdata/influxdb-php/blob/master/src/InfluxDB/Database.php#L35 ``` const PRECISION_NANOSECONDS = 'n'; ``` Technically this is incorrect as the parameter should be 'ns' not 'n', but since the default is nanoseconds anyway, it's basically just...

Serialized data (PHP or JSON) could be presented in a structured format (there may be JavaScript libraries that will create a navigable structure of serialized data... But a quick Google...