bladeoflight16
bladeoflight16
What kind of system are you working on where a megabyte or two of hard disk space is a deal breaking risk? Keep in mind that the destination machine must...
@phalt Be that as it may, requests [uses semantic versioning](https://2.python-requests.org/en/master/dev/philosophy/#semantic-versioning). This means that Beckett should be able to depend on any higher 2.x version of it without worrying about breaking...
Fixing this may be a breaking change, so it might make sense to make this some kind of setting or argument.
I believe this also applies to Oracle.
There's an existing library for adding a scalebar to matplotlib that might be of help: https://pypi.python.org/pypi/matplotlib-scalebar.
You didn't indicate what kind of database you're using. The use of `GO` suggests SQL Server, but MySQL is the only one for which `AUTO_INCREMENT` is valid, so far as...
Hm. Well, I guess not if the error is in the schema. You can if it's in the query, though. Anyway, you still haven't said what database this is.
@chilversc So wait, you're suggesting that someone might have: 1. Had fully working mapping code out of the box. 1. Decided to write a custom type mapper, even though the...
I'm still not seeing at what point someone would decide to write a type mapper and register it. Before they introduced Dapper? That doesn't make any sense. After they introduced...