Joe Gordon

Results 9 issues of Joe Gordon

Unless I am missing something this should be allowed by E251. Since E251 is " E251 unexpected spaces around keyword / parameter equals" and there are no extra spaces here...

Test job for test_ts now fails due the client.crt having expired on Apr 3 14:40:40 2022 GMT Interestingly only the pypy version of the tests detect this issue and fail....

bug

There are many flamegraph tools out there that support the flamegraph file format, it would be nice if vmprof could natively support them.

**Is your feature request related to a problem? Please describe.** If I have `interpreter_constraints = ["CPython>=3.10"]` pants.toml and a BUILD file like this: ``` python_sources( name='my_source', ) pex_binary( name='my_pex', dependencies=[...

enhancement
backend: Python

Tested with python 3.6

Newer versions of jingo and django-nose no longer work with older versions of Django, so pin to get tests passing again.

There was a previous attempt https://github.com/clouserw/tower/pull/32 but now translate-toolkit supports python3. I would be happy to add python3 support, if there is interest.

Integrate into tox so it's run as part of github actions a well. Adding the black formatter should make the code more standard, easier to read and easier to contribute...

DO NOT MERGE

Run the safe futurize -1 fixers on all .py files Use mysqlclient instead of MySQL-python: 'mysqlclient is a fork of MySQL-python. It adds Python 3 support and fixed many bugs.'...