Matti Schneider

Results 132 issues of Matti Schneider

[`codespell`](https://pypi.org/project/codespell/) could save us work like #276.

The unmaintained [Tutorial](https://github.com/openfisca/tutorial) repository has an [FAQ section](https://github.com/openfisca/tutorial/wiki/FAQ) in French that covers indeed recurring basic questions on Python and Git that could be worth integrating in a Troubleshooting section of...

Le point d'hyphénation est un point médian avec de meilleures caractéristiques de lisibilité et d'accessibilité que le point milieu. Tableau de comparaison : https://mattisg.github.io/epicene.info/marqueurs.html Détails : https://medium.com/p/3f749c32b659 Bonne année 🍾...

To avoid changes such as https://github.com/OpenTermsArchive/GenAI-versions/commit/bd4e822f513c48d935a6fd53cc6c08ff2a67b4a5, systematically remove trailing spaces from versions.

Since the legislation explorer loads the spec at start, it needs to be restarted to take into account the latest version of a model. We have auto-update in production for...

Following https://github.com/openfisca/openfisca-ops/pull/126, we have been able to upgrade Core in production, which means that https://github.com/openfisca/openfisca-core/pull/989 was deployed and the web API now exposes a OpenAPI v3.1 format. The Legislation Explorer...

I already created a `main` branch. If this PR gets merged, I suggest to not delete `master` immediately, but to simply switch the base branch to `main`, and delete `master`...

Several links are provided to resources provided on senior contributors' accounts (`adrienpacifico`, `Anna-Livia`…). These links are outdated and point to resources that are not maintained. These resources should either come...

When I use a selector that has an empty intersection, for example because the `endBefore` is before the `startBefore`, I get the following error: ``` ExtractDocumentError: Extract failed: The provided...

For some complex documents layout, the [`:has()` CSS4 relational selector](https://www.w3.org/TR/selectors-4/#relational) can prove very useful. However, using it in a declaration yields the following error: ``` Extract failed: unknown pseudo-class selector...