Michael Komitee

Results 5 issues of Michael Komitee

In applications which use the same `HTTPKerberosAuth` object across multiple threads, there's a concurrency issue. Here's a reproducer: import requests import threading import requests_kerberos REQUESTS_PER_THREAD = 128 THREADS = 8...

I've run into an issue w/ requests & requests_kerberos which I don't think we can fix without changes to requests. We should not reuse an already established kerberos context on...

In [RFC 4648](http://tools.ietf.org/html/rfc4648#page-14) which defines Base16, Base32, and Base64 encodings it says: > 3.3. Interpretation of Non-Alphabet Characters in Encoded Data > Base encodings use a specific, reduced alphabet to...

Since there's a lot of code in common between this and requests/requests-kerberos, I believe requests-gssapi has some concurrency bugs as well. https://github.com/requests/requests-kerberos/issues/113 has details, and https://github.com/requests/requests-kerberos/pull/114 has a fix which...

bug
blocked

I noticed a while ago that when first entering certain modes, the `evil-state` is unset and evil keybindings aren't available. If I exited those modes and then re-entered, evil keybindings...