Jonathan Berthias

Results 6 issues of Jonathan Berthias

# Summary There have been many comments asking contributors to merge lines where possible such as [this one](https://github.com/encode/starlette/pull/2471#discussion_r1477417360). There is an option available in the Ruff formatter to do this...

### Suggested Behavior When I create an OpenAPI instance with a multi-file schema, I find myself writing: ```python spec_path = "path/to/spec.yaml" openapi = openapi_core.OpenAPI.from_file_path( spec_path, config=openapi_core.Config(spec_base_uri=Path(spec_path).as_uri()), ) ``` This feels...

kind/enhancement

### Actual Behavior When validating a request, I get a different validation error depending on the structure of the schema. If I have the following schema: ```yaml Pet: type: object...

kind/bug

Hello, New branching strategies were added in ECOS BB 2.0.8 in embotech/ecos#178, however those are not available through the python interface, which means the default "reliability" algorithm is always used....

In the latest release, the source distribution was not uploaded along with the wheels: https://pypi.org/project/cvxpy/1.5.3/#files. This does not impact me, I just thought I'd report it as I guess some...

**Is your feature request related to a problem? Please describe.** Since this library is packaged as an extension module, type checkers and LSPs are not able to inspect the source...