Skurikhin Alexandr

Results 6 issues of Skurikhin Alexandr

### Description After resent update (ff91c8d4), when I open a new shell, I recieve this error: ```shell ~/.zprezto/modules/completion/init.zsh:37: parse error near `]]' ``` ### Expected behavior I expect no errors...

Use isort to sort imports (disabled by default to preserve backward compatibility)

This code ```python import uuid import structlog structlog.configure(processors=[structlog.processors.JSONRenderer()]) structlog.get_logger().info({uuid.uuid4(): 1}) ``` fails with `TypeError` ```python TypeError: keys must be str, int, float, bool or None, not UUID ``` In my...

Add match statement support, supersedes #195. Fixes #215. Please let me know if anything should be added/adjusted.

Hi 👋🏼 First of all thank you for this library! Today I got bit by a misconfiguration on my side that could have been prevented if tenacity had more safe...