Kirill Kuzminykh

Results 6 issues of Kirill Kuzminykh

Added new function ``safe_load()`` that do not stop parsing of EXIF after any error in data. Instead it collects all errors into special list. As a result the function returns...

- Fixed processing of heartbeats and a session expiration. - Fixed ping-pong based heartbeats for web-socket connections. - Added arguments ``heartbeat_delay`` and ``disconnect_delay`` into ``Session.__init__()``. - Added argument ``disconnect_delay`` into...

Could you expose `HeifFile::get_item_type()` and `HeifFile::get_content_type()` as functions in public C-API? I need to know compression format of image but without these functions I can't calculate it.

- **Breaking change:** Removed argument ``timeout`` from ``Session.__init__()`` and ``SessionManager.__init__()``. - **Breaking change:** Argument ``heartbeat`` of ``SessionManager.__init__()`` renamed into ``heartbeat_delay``. - **Breaking change:** ``Session.registry`` renamed into ``Session.app``. - **Breaking change:**...

Please, update package on http://pypi.python.org

Removing unused imports with "Optimize Imports" command does not work in case if: - option "Use Import Optimizer" in Ruff plugin is enabled - fixing unused imports disabled in `.ruff.toml`...