Jean Hominal

Results 7 issues of Jean Hominal

- [x] This is a followup on the issues that are the root cause for #1438 - [x] This pull request is also a followup on the discussion surrounding task...

### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe...

bug

So, here is my proposal for fixing #614 It follows the second approach outlined in https://github.com/agronholm/anyio/pull/616#issuecomment-1736764609, namely that it uses a session-scoped `contextvars.Context` object to run all fixtures and tests,...

Description =========== When I try to use the Python 3.8 binary wheel on RHEL 8 and instantiate a `confluent_kafka.Producer` instance using SSL, I get a segmentation fault. How to reproduce...

wait info

# Summary As part of my job, we needed a variant of `ASGITransport` that supports streaming (as in #2186), and this is my PR to implement that. Something that I...

From the [Gunicorn documentation](https://docs.gunicorn.org/en/latest/faq.html#how-do-i-set-script-name), and the [corresponding code](https://github.com/benoitc/gunicorn/blob/22.0.0/gunicorn/http/wsgi.py#L119-L130), it is possible to use a `SCRIPT_NAME` HTTP header to set the `SCRIPT_NAME` key in the WSGI environment for the corresponding request....

## What did you try to do? I wanted to use pycurl on my old MacBook, for which the most recent version of MacOS is 10.15 ## What happened? I...