Emmanuel
Emmanuel
I'm working into removing requires on kerberos-sspi in favor of direct requieres on pywin32.
I know that Travis has some trouble with Pypy instances. I don't know why, since it seems to have nothing in common with the added code. Maybe someone will have...
I'll add my cents here. On Windows, the proxy hierarchy is broken too, and since the environment settings also come from the registry, it's nearly impossible to diagnose why the...
The main problem is that `pip compile` try to **read** the **output file** in order to find previous requirement and update it. `pip compile` should ensure that previous requirements is...
Also the documentation should emphasize that `-` is a legit output filename redirecting it to `stdout`.
@webknjaz I'll have a look at it if it can help. Since those tests will be integrations tests (with the IOs of the OS), will they fit in the current...
@webknjaz Is this test ok for you ?
Thanks @webknjaz and @pfmoore for your detailed answer. The TMPDIR environment variable seems to work for us (we don't have "no space left on device" errors anymore). I'll have a...
Hi @pfmoore , I'll think about what could be written in the documentation to improve this point.
Base64 is not designed to be used on pure http streams : http can handle binary streams. If speed matters, on big data like mpeg streams, base64 should't be considered...