Ben Darnell

Results 362 comments of Ben Darnell

As the readme says, this project is not actively maintained. I'd merge a pull request that added a sql_mode option to the constructor. I can't tell you whether you are...

Can you provide some details about your environment? Versions of python, mysqldb and/or pymysql? The torndb package is unmaintained (see the warning in the readme), so any problems in it...

I get the same error. Maybe it worked with the version of pymysql that was current in september when #40 was merged? In any case, since this package is unmaintained,...

This is either a bug in python itself or in some third-party C module you're using (probably the latter). Unfortunately there's not enough information here to tell what's going on;...

This is problematic because `getaddrinfo("localhost", ..., AI_PASSIVE)`, which is supposed to be used to find addresses to be used with `bind()`, will return `::1` but `bind(::1)` will fail with EADDRNOTAVAIL....

Alternately, we could make *every* field in the `history` table (or enough fields for uniqueness) a part of its primary key to slightly reduce the amount of data written (or...

These are emergency settings for a particular customer's idiosyncratic setup; we don't want to recommend these across the board (at least the GOMAXPROCS one). And we're changing the snapshot rate...

> I notice that 3/4 of the CRDB issues are still open I just closed another one, but the linked issues are really about possible product improvements/issues; they don't really...

Note that except for "make sure no bulk imports or schema changes are in progress", these are not specific to pre-upgrade checks. These are all things you should be monitoring...

I think the point is that we should mark our user certificates in some way instead of just interpreting the common name on any cert from our CA as a...