Luca Pau

Results 17 issues of Luca Pau

Hi, you can add the ability to make images in jpeg progressive? To speak with gd is: ``` php imageinterlace($image, true); ``` and imagick is: ``` php $image->setInterlaceScheme(Imagick::INTERLACE_PLANE); ```

Hi, I don't know why, but if I create the image cache manually, see code below, the picture is more deteriorated than when I do it directly. Is there a...

Is there a way to make the cache permanently? I see that there is an option "cache expires" that you can set a time, but how can I do to...

Hi, I have an error with this loader on os x! Always returns `ERROR in ReferenceError: window is not defined.` This is my setup: ``` javascript loaders: [ //... {...

Hi all, I started playing with this library and I found it super useful and much more maintainable than ugly fixtures. But I quickly realized that one functionality would be...

enhancement ✨

Inspired from your post on socket.io 1.0: > Alternative transports such as vanilla Node.JS TCP Sockets or Google Chrome Sockets can be trivially implemented. When is this feature? You may...

Currently there is no timeout mechanism in Apollo Client. The only way to achieve that is to create a custom link with the logic to timeout and cancel the inflight...

:link: apollo-link

Hi, my purpose is to create a new strategy, which enables it to stand as a strategy `prefix_except_default` but I have a listener to set the route according to the...

Hi, my idea was to make available to the strategy "prefix_except_default" the detection of the user's local which is made available only to the strategy of "prefix" eg default locale:...

It would be very helpful if it were possible also see the days of the previous and next month. Currently only shows days of the selected month.

enhancement
help wanted
feature request