FCamborda
FCamborda
Hi, this is a very nice initiative! I understand and benefit of coupling commits with changelog specifics (i.e. sections "added", "fixed", "removed", etc). However, when reading the documentation I see...
It looks to me like the current implementation of `ArtifactoryException` currently only includes the http error code as part of the string message (e.g. `dohq_artifactory.exception.ArtifactoryException: 502 Server Error: Bad Gateway...
Hi, this project declared a dependency `contextlib2` which does not really make sense for the maintained Python versions (>=3.9 from October on). https://github.com/stardog-union/pystardog/blob/main/setup.cfg#L20 Could you set a pin `python_requires` or...
Hi, currently we setup our pre-commit specifying a revision for Ruff. ```yaml repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. rev: v0.8.0 hooks: # Run the linter. - id: ruff #...
Hello, thank you for this incredible tool! I'm new to Nix and have been using Home Manager to declaratively configure my macOS system, and it's been a great experience :-)...