Kamil Iskra

Results 118 comments of Kamil Iskra

Looks like lazy loading has been in this repo for the last three weeks, but there hasn't been a new release in that time. @zhaoxuan did you test with the...

Is your display wide enough for Lychee to display the previous/next arrows on the sides? We don't include them until the viewport width is over 640 CSS pixels. Those arrows...

As @d7415 said, upgrading is supported. I'd suggest though that you first try a "clean" install just to test whether the issue you reported has been fixed. You'll just need...

Have you checked the FAQ? One of the problems we've seen with nginx is that the paths to `ffmpeg` and `ffprobe` binaries need to be explicitly provided for some reason,...

At least the `post-merge` is a script already. Does `php artisan optimize` create some files with predictable names? We could run `optimize:clear` followed by `optimize` only if the files in...

Confirmed. A workaround until we fix it is to install exiftool and enable it by setting `has_exiftool` to `1`.

I believe we do search for it in your `$PATH`, but that's done from within your http daemon, so `/usr/bin/vendor_perl` would need to be included in the path of that...

FYI, you should be able to fix it at this point by replacing the file `vendor/lychee-org/php-exif/lib/PHPExif/Adapter/ImageMagick.php` with the content of https://github.com/LycheeOrg/php-exif/raw/ced1f9114605f0300cd6e874ff968c1bd66df3cf/lib/PHPExif/Adapter/ImageMagick.php.

While the fix has been merged into the dependency (where it belongs), I'm keeping this open until it lands on Lychee's `master`...

Thank you for your detailed and well-thought-through explanation, and sorry that we took so long to get back to you! What you propose goes well beyond the level of configurability...