Gary Green

Results 63 issues of Gary Green

Is this possible? It seems strange to expose the serialization method as `public` without having a way to re-apply the serialized operations https://github.com/Gregwar/Image/blob/master/Image.php#L367

Now that browser support for `font-display` is [pretty good](https://caniuse.com/#search=font-display) which is supported in Chrome, Firefox, Safari, iOS (though no IE11 + Edge) - would you still recommend to use this...

When using the Chrome browser extension, when you click on a checkbox on the page the element gets a: > data-com.bitwarden.browser.user-edited="yes" Attribute added to it. ![image](https://user-images.githubusercontent.com/1702638/45427680-565c3300-b697-11e8-8f49-818f712c0aed.png) This page has: *...

browser

I'm not sure how to go above upgrading to the latest PHP version (even a minor version e.g. from 7.1.6 to 7.1.8) Would it be required to remove existing PHP...

help wanted
documentation

At the moment it seems photon relies on loading an image into a canvas in order to then pass onto photon. Isn't this inefficent and potentially causes loss of quality?...

enhancement

Currently it seems the wasm build is 1.04MB and once gzipped becomes 371KB. The gzipped size is pretty decent, though I wonder is it possible to reduce the size even...

[Scroll Snapping spec](https://www.w3.org/TR/css-scroll-snap-1/) it's quite a new spec but has been around in some form for a while now. If you have e.g. `scroll-snap-type: x mandatory;` it will cause the...

Is this currently possible? It would be cool to be able to have an option to set the 'touch region' on the far left hand side so the menu will...

new feature

It's a bit strange that you can access things like `responseHeaders` inside the fake XHR outside your tests.. if you did use that in production code, you would think everything...

help needed

At the moment when you find ids: ```php $users = User::find([12, 22, 100]); ``` The returned users could come back in any order. This makes code that uses external search...