Ivan Fedorov

Results 9 issues of Ivan Fedorov

Seems be the same as #22, but for duplicated fixtures. ``` Fixture name: service__enabled, location: :3 ```

### Environment ```console $ uname -srom Linux 5.15.41-1-MANJARO x86_64 GNU/Linux ``` ```console $ python --version Python 3.10.4 ``` ```console $ gunicorn --version gunicorn (version 20.1.0) ``` ### What is happenning...

**Wazzup!** Thank you for maintaining this project. Is there an easy way to show the "real" `currency_field` value in rendered form for `MoneyField` while `amount_field` in `None`? I'll try to...

Please, upload new version to PyPI: https://pypi.org/project/systemd-python/

I'm trying to start scheduler with BlockingScheduler in separate process via CLI command that executes `scheduler.run()`. It exits at this line: https://github.com/viniciuschiele/flask-apscheduler/blob/master/flask_apscheduler/scheduler.py#L96 I think best solution will be to add...

This is **WIP** patch, I didn't tested it yet. Updates about tests will be provided later. I'll update documentation after this PR will be merged.

There are two options for installing psycopg2 - `psycopg2` and `psycopg2-binary` packages. Can you remove `psycopg2` dependency from `setup.py` and add hint about this on `ImportError` exception for `pycopg2` import?