Nick Timkovich

Results 19 comments of Nick Timkovich

Point of fact, MySQLdb is basically dead, but there's now a fork (drop-in replacement, no API changes) recommended by Django in their docs: > ## [MySQL DB API Drivers](https://docs.djangoproject.com/en/1.8/ref/databases/#mysql-db-api-drivers) >...

The wheel of win shows more and more win, but it's perhaps a bit strange when the Python 3 alternatives "overrides" aren't signified in any way. Noting which have alternate...

Resolved upstream. https://github.com/PyMySQL/mysqlclient-python/issues/108

Options: > 1. aiopg depends on psycopg2-binary, it breaks alpine > 2. it depends on psycopg2, then it makes the experience substantially worse for everyone [else] How about: 3. don't...

This is obsolete as classifiers were added, @salehe you may want to close.

Agree that the permissions should be documented. It's horrifying for some 3rd party script to ask me for my GitHub *password* and encourages bad behavior. The ideal workflow would be...

Hrm, I think the `classmethod` thing is a bit of a red herring and/or too-specific. Externally referencing the class attribute also raises an error: ```python import typing class Spamalot(typing.NamedTuple): name:...

What is your `PATH` variable and the output from `which python`?

@serdardalgic I think if you install a Python package that would add new command-line executables (like IPython -> `ipython`, PyTest -> `pytest`...) and they're new to all virtualenvs you've created,...

Was about to file an issue for if there's a way to download the self-signed/root cert to do some testing for software that might use internally-trusted certificates. Adding a link...