Stanislav Zmiev

Results 65 issues of Stanislav Zmiev

It wasn't too bad to contribute but I faced a lot of unknown issues and guessed my way through (for example, with pre-commit + pytest + black and with black-click...

With poetry, it's slightly easier to start contributing to ideas. It also simplifies publishing, is a bit more readable, and really popular in community right now.

pre-commit should be listed as a dev dependency to be installed during `python setup.py develop`. Right now it must be installed separately.

There are a few moments in the code base with unhandled exceptions that could make it harder to the users to understand the errors. Examples: * experimental_syntax_encoding.py, line 52 ->...

## Goals - [ ] The ruff pathlib checks are enabled. :information_source: In order to do that, edit the part of `pyproject.toml` marked as `TODO#89`. - [ ] Calls to...

cleanup

**Is your feature request related to a problem? Please describe.** In my library, [Cadwyn](https://github.com/zmievsa/cadwyn), I use `_` prefixes for files to make sure that their interfaces are private to my...

enhancement

`dotenv` package has been abandoned for many years now. I propose to use PEP 541 to take over that package name and make it an alias to this package. I...

Without this fix, insert_assert cannot handle mock.call objects due to their weird structure.

Every time I used insert_assert I was ecstatic with my new productivity but something was missing: it was always painful to catch and match exceptions. Only recently have I realized...

A small extension on current benchmarks related to pathlib. My current implementation is very barebones and dumb because I am quite new to writing pyperformance benchmarks and benchmarks in general....