Bertrand Janin
Bertrand Janin
I believe this should be doable using the https://github.com/requests/requests-kerberos authentication handler, however I don't have a way to test that myself. I would like to avoid adding a kerberos dependency...
@dkutalek is your Trac system public and would you be open to provide me with an account for testing purpose?
Is that using master/0.2.3?
No, it's not expected.
I don't have this issue on Ubuntu 12.04, what OS are you running?
That's an awesome idea and since I use mutt as well, I'm definitely going to use that. I can see two ways I would use it with context: 1. quote...
Can confirm that switching to Alpine 3.9 fixed that problem for me. I had the same symptoms, completely out of the blue. One of the most significant changes in 3.9...
Yes that makes sense, I'll gladly review that PR.
I'm not sure how this is happening since the point of `rpdb.FileObjectWrapper` is to allow you to access properties such as `encoding`. @MarounMaroun are you using 0.1.6? @dougszumski could you...
I think it's worth exploring. Since rpdb is a subclass of pdb, it's not a simple replacement but others have suggested encapsulating the underlying debugging instead of subclassing it which...