Gary Green

Results 63 issues of Gary Green

Pretty much all lazy loaders need to use `src2` or override it in some way due to the browser automatically fetching images with a `src` value - so I'm a...

At the moment the default directory size is 5 - this creates extremely deep structure that puts a huge strain on the disk when it comes to seeks and writes....

Previously the path to the image e.g. 3/d/4/a/g/4 was being generated multiple times due to multiple calls to `getCacheFile`. This PR fixes that

There are various performance and storage problems with the `CachedClipboard` as below: * Each ability check sets a new key in cache **for every single user** * Each of the...

enhancement

It seems Bouncer doesn't like to play nicely with custom non-eloquent models, it expects everything to be an Eloquent model: ```php class MutualBlock { // ..... } Gate::check('store', new MutualBlock($user1,...

enhancement

Instead of creating thousands of individual polyfill files (or one big one), it would be neat to have an option of loading them from https://polyfill.io directly This would invalidate the...

accepting pr

**Is your feature request related to a problem? Please describe.** Presently when you open the dialog to download a video it only shows you the URLs. This makes it difficult...

enhancement

It would be nice to be able to toggle the display of completed tasks from the status bar. Some kind of button in here: ![image](https://cloud.githubusercontent.com/assets/1702638/23851046/d661ec52-07d9-11e7-9b6b-b7229541ca58.png)

enhancement

It would be pretty cool if there was some kind of `--dry-run` option which would print out the difference in filesize without altering the existing image. This would allow you...