Jon Crall
Jon Crall
Note I believe some tests are failing due to the lack of xdoctest, if you decide to merge that PR I will rebase and the tests should pass. (I guess...
Is boltons planning on supporting Python 2.6 moving forward? I noticed xdoctest isn't compatible with Python 2.6. I did some work to see if it would be difficult to [backport](https://github.com/Erotemic/xdoctest/tree/dev/cleanup)....
Getting this fixed would help my use cases. Alternatively, if I had a way of knowing if colorama was ever initialized (even if it was deinitialized later), that would be...
agreed
@ctrlcctrlv This is a great contribution, thank you! I'm not a maintainer, but I'll review what I can to ease the burden of the large PR. I'm curious where the...
I'm not sure why the base App class couldn't be slightly redesigned so `run` works either as a classmethod or as an instance method. It makes a lot of sense...
I'll take a look at these cases and try to formulate a coherent plan. I think the general strategy is going to be: if the user is specifying the figure,...
> but you're not going to be the one dealing with the bug reports ... You can always @ me :wink: More seriously, I do think it's the right approach...
Yes, that would likely be sufficient.
I would like this feature as well, and I'm surprised it doesn't exist. I think an implementation might have a parameter called `label_mapping`, which maps the column names in the...