Alexey Shrub
Alexey Shrub
Hi, Now, StrictYAML use Python code for defining schema of a data, but for beeing popular and wide used StrictYAML must have possibility to be ported to other languages. Maybe...
Question about format of json file, is https://github.com/jsonresume/resume-schema used?
[Here](https://github.com/gitpython-developers/GitPython/blob/master/git/diff.py#L165), in comments five types described (not sure that this comment needed because same info in docstring), but [below](https://github.com/gitpython-developers/GitPython/blob/master/git/diff.py#L170) six types in change_type, in docstring [here](https://github.com/gitpython-developers/GitPython/blob/master/git/diff.py#L180) 5 types and [here](https://github.com/gitpython-developers/GitPython/blob/master/git/diff.py#L190)...
Hi, I am searching a best type for config data, usually it is nested dict, but on my opinion config must: 1. have dot notation for readability, 2. be immutable...
### Problem 0. Usage of autoformatter and linter is a really good practice and, for not depend on IDE, good to have them in [pre-commit](https://pre-commit.com/) hooks (of course it can...
Hi, thank you for the project! Yes, feels like JSON is a bit better for such simple thing as news feeds. I want to share idea I have in mind...
### Question Hi! Ruff is a cool tool, thank you for it! But I have a feeling that many interesting new rules (even with PRs) are blocked by ["Rule categorization"](https://github.com/astral-sh/ruff/issues/1774)...