Géry Ogam

Results 11 issues of Géry Ogam

While publishing a Python package to a private repository with Poetry, the "- Uploading {file} {percentage}" line gets printed _three times_ for each file instead of _once_: ``` $ poetry...

This PR provides the following changes to the [Advanced tutorial](https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html): - use [the recommended parameters](https://packaging.python.org/en/latest/tutorials/packaging-projects/#creating-pyproject-toml) for the `[build-system]` table in pyproject.toml. - use [the recommended front-end build tool](https://packaging.python.org/en/latest/tutorials/packaging-projects/#generating-distribution-archives) `python -m...

Use PEP 8 conformant import statements.

- use PEP-8-conformant import statements; - use ‘view set’ uniformly (instead of a mix of ‘view set’, ‘viewset’ and ‘ViewSet’); - fix whitespace; - fix a mistake (‘function’ instead of...

This PR provides the following changes to the [Quickstart documentation](https://www.django-rest-framework.org/tutorial/quickstart/): - fix `find` output based on real output; - fix `httpie` output based on real output; - fix imports based...

Thank you Stefan for this amazing Python implementation of the JSON Patch specification. RFC editor's Mark Nottingham is gathering ideas for a revision of the specification (JSON Patch 2). There...

Thanks for this very nice font! I have noticed two issues: - the glyphs of Latin Capital letter O (U+004F) and Digit Zero (U+0030) look exactly the same; - the...

From [RFC 9110, HTTP Semantics][1]: > An OPTIONS request with an asterisk ("\*") as the request target (Section 7.1) applies to the server in general rather than to a specific...

addition/proposal
needs implementer interest