andrews05
andrews05
I've been doing a lot of work on ResKnife in over in https://github.com/andrews05/ResKnife. (I'm not sure why the fork tree is detached from the main project, but I decided MaddTheSane's...
[Vips](https://github.com/libvips/php-vips) is a popular alternative to Imagemagick. I’m currently processing images with Vips before scanning them for QR codes and it would a big help to be able to pass...
Hi, would it be possible to add support for the fast-lzma2 method for xz files? (Also, is there an easy way to disable some of the new formats when compiling?...
Hi, is flzma2 supported for xz files? I tried this but I get an E_INVALIDARG error: `tar cf - inputdir | 7za a -si -m0=flzma2 outfile.tar.xz`
I'm using Imagick 3.4.1 with ImageMagick 6.9.5-3 (built with mozjpeg). I load a png image in Imagick, fiddle with setImageCompressionQuality and then write it out again but no matter what...
I'm currently making use of the content-previewer endpoint to perform substitution for previews, and it works great but does take a moment to load. Would it be possible to have...
The parser doesn't seem to identify subqueries in where clauses, such as: ```SQL SELECT * FROM tableA WHERE id IN (SELECT id FROM tableB) ```
I have disabled night shift for the TV app (10.15.1) but it's still kicking in when playing a video fullscreen on a secondary display. If I move the mouse to...
We currently have a plural `createPayments` PUT action as well as a singular `createPayment` POST action. The singular POST action doesn't really serve any purpose over the plural PUT action,...
This statement fails with PHPSQLParser\exceptions\UnableToCreateSQLException: unknown [expr_type] = reserved in "SET" [1] ```SQL INSERT INTO `wp_options` SET `option_name` = 'some_key', `option_value` = 'some_value', `autoload` = 'yes' ON DUPLICATE KEY UPDATE...