Marc Mueller
Marc Mueller
## Proposed change _TODO_ _The test execution order changed slightly which causes new failures. Will create separate PRs for them._ ## Type of change - [x] Dependency upgrade - [...
### Problem Sometimes, attributes and variables are only defined for a specific implementation. E.g. I recently saw that `PyPy` has a `sys.pypy_version_info` variable. At the moment, type checkers only support...
## Proposed change https://pytest-xdist.readthedocs.io/en/latest/changelog.html#pytest-xdist-3-5-0-2023-11-21 https://pytest-xdist.readthedocs.io/en/latest/changelog.html#pytest-xdist-3-4-0-2023-11-11 ## Type of change - [x] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New integration (thank you!)...
__Proposal:__ Starting with Python 3.12 `datetime.utcfromtimestamp` will be deprecated in favor of the timezone aware `datetime.fromtimestamp`. https://docs.python.org/3.12/library/datetime.html#datetime.datetime.utcfromtimestamp AFAICT this only effects one instance in the active (excluding examples) code base...
## Description `process.exit` overwrites the exit code set by `core.setFailed`, e.g. the workflow would continue even though `fail-on-cache-miss` is set and no cache is found. Originally introduced in - #1217...
In some cases bold fonts weren't rendered correctly. Especially for fonts that don't natively support bold text. See image below. For this demonstration I used the [Tangerine Font](https://fonts.google.com/specimen/Tangerine) from Google...
Fixes issue where zPosition wasn't considered when rendering.
* Fixed support for spine * Fixed background-size for cover (error due to missing spine) * Bugfix: sometimes white border at top of page * Improved generated XSL-FO, also a...
In response to issue/feature request #35 This PR includes the commits form #37 If you want I can rebase when first PR is accepted. The foundation to include pagenumbers. Maybe...