Chris Wilson
Chris Wilson
In the [testing tutorial](https://hatch.pypa.io/1.12/tutorials/testing/overview/#environment-selection), it says: > If no environment options are selected, the test command will only run tests in the first defined environment that either already exists or...
## Issue Summary When using the `literate-nav` plugin with [navigation.indexes](https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#section-index-pages) enabled, the page in my `SUMMARY.md` is missing from the nav (the page is instead linked to the Section above...
Given the following nav: ```yaml nav: - Get Started: - index.md - Installation: - installation/index.md ``` I get this: If I use the built-in [navigation.indexes](https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#section-index-pages) instead of `section-index` it works...
It looks like there is [special handling](https://github.com/oprypin/markdown-callouts/blob/206d78cca3711f0b83afa6ee4a827a0bf239066c/markdown_callouts/github_callouts.py#L36-L37) for Caution GitHub Alerts that styles them as Danger and prevents styling them with custom CSS. For example, I tried adding the following...
Is there a schema URL available for `REUSE.toml`? (ideally published at https://www.schemastore.org/json/) For example, here's the directive I use at the top in my `pyproject.toml` (I'd like to add somethign...
The colors and icons used for Caution and Warning in GitHub alerts imply that Caution (red) is more serious than Warning (yellow). From https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts: This is backwards from generally accepted...
### Discussed in https://github.com/hgrecco/pint/discussions/2105 Converting a `Decimal` number from `inch` to `thou` results in a loss of precision. I would expect that this conversion does the equivalent of `Decimal("1.0") *...
### Describe the feature It's currently possible to set the CoAP client RX timeout via the Kconfig `CONFIG_GOLIOTH_COAP_CLIENT_RX_TIMEOUT_SEC`. Would it be possible to allow this timeout to be set at...
I'm currently using a `.yamlignore` file to ignore a couple files in addition to the files ignored from `.gitignore`. ```yaml ignore-from-file: - .gitignore - .yamlignore ``` While this works, I'd...
### Describe the bug **context** running the following doc through `mdformat` with `mdformat-toc` enabled: ```md # Overview ## A heading with\:a colon Some more text ``` Produces this output: ```md...