Frank Kusters
Frank Kusters
### Steps to reproduce I'm running Ubuntu and installed `libflatbuffers-dev` and `libgrpc++-dev`. My Ubuntu version is 20.04, gRPC 1.16.1, Flatbuffers 1.11.0, although the problem should appear on all current Ubuntu...
## Summary * OS: n/a * Bug fix: yes * Type: core * Fixes: #1586 ## Description Implement suggestion by @ulxasc in https://github.com/giampaolo/psutil/issues/1586#issuecomment-896261172 . This fixes that `cpu_times_percent()` reports much...
Our project uses the [setext_with_atx](https://github.com/DavidAnson/markdownlint/blob/main/doc/md003.md) heading style for its changelogs: ```md Changelog for module ==================== 1.0.0 (2024-09-03) ------------------ ### New features ... ``` Until towncrier 23.11.0 it worked properly with...
I'm using the Mkdocs option [`edit_uri_template`](https://www.mkdocs.org/user-guide/configuration/#edit_uri_template), which is mutually exclusive with `edit_uri`. `set_edit_path()` has no effect in my setup (the `page.edit_url` remains empty). It's caused by this section: https://github.com/oprypin/mkdocs-gen-files/blob/b02016c315e25017f5678e190d98f53c64c99446/mkdocs_gen_files/plugin.py#L47-L55 With...
The exclusion level of files that were modified by [mkdocs-gen-files](https://oprypin.github.io/mkdocs-gen-files/) is not set correctly when combined with mkdocs-literate-nav. Note that this problem can happen with generated files from any plugin,...