Max Dallabetta

Results 15 issues of Max Dallabetta

This raises an exception if summary nodes aren't at first place in the article.

A collection of publishers that have been tried but could not be added to Fundus due to various problems. To add a new publisher please note the date you tried...

documentation

This uses a runner matrix with os x python_version for `mypy` and `pytest` jobs in the `tests` workflow. Edit: - [ ] Get it running on all OS with fixed...

DON'T MERGE

@dobbersc pointed out that there are some obvious errors in the current test cases, especially when looking at the plaintext #338 This issue is a checklist to go through all...

### Question While searching for a tool to automate versioning., I stumbled over [`commitizen`](https://commitizen-tools.github.io/commitizen/). Commitizen itself does not automate versioning but, when used in combination with `pre-commit`, enforces [commitment conventions](https://www.conventionalcommits.org/en/v1.0.0/)...

question

This adds a new parameter `additional_selectors` to `get_meta_content`. The parameter expects a mapping in the form of a dictionary to add additional selectors to the meta parser. Let's assume the...

enhancement

[Here](https://google.github.io/styleguide/pyguide.html#doc-function-args) it does state to only include typing specifications if the function is not type annotated already. But there is also no direct guide on how to format the additional...

This PR adds functionality to write over properties like `lang` defined in the `article` class. We do so by replacing the former `property` logic with a custom one. The new...

## Rewrite ArticleBody - **Problem:** The current object implementation bundling all information about the articles' body called `ArticleBody` seems overly complex and error-prone, while lacking some features. 1. Do we...

- [ ] source (use monkey patching, [pytest](https://docs.pytest.org/en/7.1.x/how-to/monkeypatch.html)) - [x] library - without specific parser implementation - [x] parser - [x] pipeline

feature