Ran Benita
Ran Benita
In 2016 shazow wrote (emphasis mine): > ml31415 There is tons of code in urllib3 working around httplib's shortcomings, things like unmangling headers and bugs in the state machine and...
Can you show your pytest configuration and how you invoke pytest?
Also, does it still happen if you disable parallelism (i.e. run without using `-n auto` or such)?
Probably related to this report: since debug-toolbar 4.1 the `django.db.backends` SQL logger no longer works. I bisected this to commit e7575e87dc9e2d2560b87d6fd5a123b9398cbd34 "Inherit from django.db.backends.utils.CursorWrapper". From a quick look, the `django.db.backends`...
Thank you, makes sense. I silenced the warning for now.
Hi @nwalfield, I've been thinking about this issue. Let me lay it out chronologically... 1. I completely understand the problem. 2. First I tried to think of ways to make...
I agree that the static safety provided by `Transaction` is great. But `TransactionOwned` which takes ownership of the card feels wrong to me, and is also a bit tricky to...
@yorickr > I'm looking to use this thread pool in the future, in combination with gevent. After some local testing, I found out the current solution opens a new threadpool...
> My hunch is that it's because initial is set when the module is loaded at the beginning of the test run. Right. > Any thoughts on how to handle...
I left a comment regarding this PR here: https://github.com/bluetech/pcsc-rust/issues/28#issuecomment-1059736167