Leo Kirchner
Leo Kirchner
### As ... P.D. - Plugin Developer ### I want ... Jobs to have the possibility of setting a log level. ### So that ... The job log entry database...
What is the projects stance on implementing type hints according to [PEP484](https://www.python.org/dev/peps/pep-0484/)? I would be willing to put in the work if a pull request would be accepted.
`BaseSpaceConfigParser.build_config_relationship` is using multiple `._build_$something` methods that currently return an `Optional[str]`. It is not clear what happens, if one of those actually returns `None`. We should decide on whether we...
- Introduce cruft - Replace `pytest-redislite` with `pytest-redis` as a consequence unit tests needs to be run in Docker or redis needs to be installed locally (fixes #139 and enable...
Currently renovate appears to be using poetry 1.1.13, which is a problem because of [this](https://github.com/python-poetry/poetry/issues/6045). According to [this](https://github.com/python-poetry/poetry/issues/6045), we can apply constraints to the Poetry version used by renovate with...
# Problem The testing dependency pytest-redislite depends on [redislite](https://github.com/yahoo/redislite) which brings with it a couple of problems: - No version that installs on M1 Macs out of the box, there...
### Environment * DiffSync version: 1.6.0 ### Proposed Functionality Provide documentation or an example on how to use subclassing to filter fields from being included in the Diff. ### Use...
### Environment * DiffSync version: 1.4.3 ### Proposed Functionality Currently, when a child model instance is moved from a parent model instance A to a parent model instance B, the...
### As ... P.D. - Plugin Developer ### I want ... `HomePagePanel` to enforce the uniqueness of the `weight` field for its `HomePageItem` instances. ### So that ... the ordering...