Jason Zavaglia

Results 5 issues of Jason Zavaglia

Where the selected text is not a single word, or an irregular region. I just downloaded it because I need to change a bunch of to != - it doesn't...

Add missing size = self.arraysize default value, as per spec and comments. ## What do these changes do? .fetchmany(size) should default the size parameter to cursor.arraysize if not supplied. The...

The default value is meant to be cursor.arraysize. https://www.python.org/dev/peps/pep-0249/#fetchmany The psycopg implementation here may be of use. https://github.com/psycopg/psycopg/blob/master/psycopg/psycopg/cursor.py#L607-L626

I am submitting this issue to open up discussion, as it seemed a better place for it than discussing in the Slack channel. Presently the Decred wallet seed is initialised...

I have 4 test failures. I don't know if it's significant but just to let you know. The errors occur both on MacOS and a Linux VM (both without GPU)....