Arthur Darcet
Arthur Darcet
Not entirely sure why, but without this patch, the stacktraces are absolutely useless: Without the wrapper: ``` ====================================================================== ERROR: test (test.books.ReadyWithoutContent) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/arthur/Documents/reaaad/redkeep/.venv/lib/python3.6/site-packages/asynctest/case.py", line...
This lib could be useful to manipulate large amounts of data ; and Pypy can help speeding thing up for those use-cases, but Pypy is marked compatible only with python...
`` tags with an href attribute that isn't in the right namespace (xlink), trigger an infinite recursion error. This PR introduce a ValueError for malfformed use tags, and lookup href...
The WithHTTPClient helper is not really useful if you have to return a real *http.Client. Using an interface here allows us to create custom implementations that can intercept the request...
Why is the requests served with a `HTTP/1.0` header? Without this patch, on one of my setup, upgrading from Apache 2.2 to Apache 2.4 would make the request for the...
We found a serious vulnerability in the source code of this project. We've tried contacting you at info, root and postmaster @librivox.org with no success. Can you share an email...
The `queue_age` plugin could return data on all queue instead of defaulting to only `default`. The only downside I can see is that it needs a beanstalk connection to be...
Simple feature: I think after the response has been prepared (ie after the headers are sent back to the client), the `Response.headers` object should become a read-only dict (ie a...
### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: 1.12.2 Kubernetes provider version: 2.37.1 Kubernetes version: 1.32.6 ``` ### Affected Resource(s) kubernetes_manifest ### Terraform Configuration Files ```hcl ----...