Nina Schiff
Nina Schiff
This started a few days ago. If I run any command that interacts with GCP, I get the following error: ``` Environment: linux, node 18.12.1, framework 3.25.1 (local) 3.25.1v (global),...
Hi there, Any plans to add support for a wider range of languages? Thanks!
Hi there, I've attached the gif I noticed this behavior on:  I'm running this on Arch Linux, with Exiftool 12.93 This is the line that gets hung: https://github.com/sylikc/pyexiftool/blob/e54f96cd75758096f72bc97c42390f1f9fef8010/exiftool/exiftool.py#L132 Quick...
Running this on Arch Linux, with Exiftool 12.93 From playing around, this seems to happen at around 350 files with errors. Repro: ```python files = lots_of_files_that_don't_exist with exiftool.ExifToolHelper() as et:...
Hi there! First off, thanks for this library, it has made my life infinitely easier! I'm not sure if this is already possible, but I wasn't able to figure it...