Alex Marvin

Results 28 issues of Alex Marvin

The constructor for CurrencyRates should have an optional argument of a requests session to be used for all API calls. This may speed up code that have a large number...

`flask-profiler` is awesome, nice work! I'm using it with `SQLAlchemy` and PostgreSQL. Sometimes there are spikes of usage with my app though, and I get this error: ```python sqlalchemy.exc.OperationalError: (psycopg2.OperationalError)...

SAP HANA doesn't autoincrement by default, so `flask_profiler` doesn't work with that RDBMS.

There hasn't been a new release in three years, but I'd like to use some new changes (specifically https://github.com/muatik/flask-profiler/commit/91e7ec74e8a3a53bf5748acf43507084e6955e02) without installing from source. Could you publish a new release?

The published release of `sqlachemy-hana` to PyPI currently has no project description (https://pypi.org/project/sqlalchemy-hana/). Maybe include the `README.rst` contents as the PyPI project description for future releases. Also, the PyPI release...

### search you tried in the issue tracker Windows all-files ignored pretty_format_json ### describe your issue I have a large Git repo with about 6k files, including 1.7k JSON files....

Could format/lint the Python code to adhere to the style guide PEP8 by e.g. using `black` and `isort`.

All Travis CI builds have been failing.