Gaspard d'Hautefeuille

Results 76 comments of Gaspard d'Hautefeuille

Cool thanks. For 5, why not using [Hatch](https://github.com/pypa/hatch) instead of Poetry?

> I pushed the change from poetry to hatch. Thanks a lot! I have a few comments on your great `pyproject.toml` but I'll complete the review it later as it...

I updated the `pyproject.toml` after your PR here: https://github.com/HLFH/FlareSolverr/. I have set Python >= 3.10 because of the [updated TLS settings](https://bugs.python.org/issue43998) from the 3.10 version, and because the Dockerfile is...

https://github.com/HLFH/FlareSolverr/commits/master I have turned off dynamic versioning until it is fixed. requirements*.txt files are now autogenerated with `pip-compile` @ngosang I'll reply to you ASAP.

@M4RC0Sx Have you added `pyproject.toml` in this PR? [PEP 517](https://peps.python.org/pep-0517/) If not, you should as it will help packaging for GNU/Linux distributions.

Here is my monkeypatch for - I suppose - a Google Sheets document that has been exported as an Excel file: ```ruby # Monkeypatch module RubyXL class SheetMetadata < GenericStorageObject...