Matt Terry
Matt Terry
@lxyu I've added a test to make it explicit that TPayload.__init__ must support positional args. TException is called several times with only positional args. Elsewhere in the code `TProtocolException`, `TDecodeException`,...
Doing it this way actually retains more information. Previously you had the signature: ```def __init__(self, phones=[])``` You can't distinguish between `Person()` and `Person(phones=[])`. This is important because the original signature,...
if that PR is accepted, it will resolve this bug. right now the PR is limbo.
Is there a way to use load_map + XML + `mapnik.MemoryDatasource`? All the examples I've found have SQL query or shapefile datasources. I would like to specify my data from...
@springmeyer Thanks for the unambiguous answer. We ended up taking the easy path.
Thanks. I wrote this as a gag for a SciPy lightning talk years ago. There are probably some useful pieces here, but realistically, I'm not going to maintain it. I'll...
I have no idea. I haven't touched this in years. Yoinkery was just sphynx doc. Everything that was there is in this repo. You are welcome to take over the...