Étienne

Results 10 issues of Étienne

This PR supercedes that of #679, #700, #714 to remove the toggling of inclusive terminology. In effect this PR does: - Removal of unused methods in `BrokerService` (non-inclusive terminology) -...

Hi, not sure if I'm doing something wrong, but trying to install just the latest version of php on my mac. It seems to install PHP (or some other version...

in spirit of #255 I am certainly not familiar enough with the process, hence my asking you to provide guidance. I will leave it to the maintainers to continue this...

Hi, My application has thrown this exception and the cause or mitigation is unclear. This did not occur at application startup. Nothing has changed with regards to access for that...

bug
help wanted

I have observed application behaviour wherein I'm unable to determine if my bucket is private or not. If I look at the `bucket.as_dict()` I can see that "bucketType" as a...

This could be as simple as updating the CONTRIBUTING.md to be more accessible: - start with recommended system installation of python(s) first before other sections - link to the configuration...

Request: Provide typings for python Sufficient to support libraries like [`mypy`](https://mypy.readthedocs.io/en/stable/). A starting point perhaps: https://mypy.readthedocs.io/en/stable/stubgen.html?highlight=generate Not sure if this has already been considered, but I saw no record of...

enhancement
good first issue

Normally I hate such issues being filed, but they are also a good indicator as to the health of a repo, if someone is considering using a library. In this...

**Is your feature request related to a problem? Please describe.** Oauth2 `RequestValidator` does not correctly implement superclass. Per return type: https://github.com/oauthlib/oauthlib/blob/fe020db74199d5284c00d7735aa7d4ddc90f5d61/oauthlib/oauth2/rfc6749/request_validator.py#L357 the request validator should return the redirect URI, but...

bug

**Describe the bug** Previously I could access the links to core modules like `DockerCompose` within read the docs, e.g. this link which was in my codebase: https://testcontainers-python.readthedocs.io/en/latest/compose.html#testcontainers.compose.DockerCompose Now the link...