Nat

Results 26 comments of Nat

Hello, I have a question regarding `.extract_faces`. If it supports batch input, would the subsequent models, such as emotion or age detection, also need to be adjusted based on the...

> ... I have no idea if `libmagic` is available on Windows. That should be a more robust way to determine the underlying input file type than just the file...

Your question just reminded me—I'm exploring alternative ways to further reduce the size of converted PNG files. While using pngquant, I encountered an issue: a `UnicodeDecodeError` indicating an invalid continuation...

I apologize for the delayed response as work has been quite busy recently. I suggest letting this PR go through the CI/CD process first, and if everything looks good, we...

Oh no, I think we should remove Python 3.7 from the action.

I will first merge it into another branch and organize it shortly.

The test seems passed. If you're okay, it's ready to merge.

@serengil Many thanks for your reviews!

Hi GDay! Thank you for your quick response and for considering this feature. I just added 2 simple hooks for handling timeout and failure exceptions. https://github.com/django-q2/django-q2/compare/master...NatLee:django-q2:feat/add-timeout-and-failure-hooks This implementation allows users...

Thank you! I appreciate your quick response and action. I understand that adding this new feature to an older project that hasn't been fully refactored yet can be challenging, even...