nkr0
nkr0
In definition lists, `dt` and `dd` entries are slightly misaligned. https://github.com/bitprophet/alabaster/blob/6a0a56ffe79bd039085e1ad7ed26da5b217bd4ab/alabaster/static/alabaster.css_t#L279-L281 Adding `div.body dt` to the list of selected items above will fix this. Using alabaster v0.7.12 and sphinx v4.5.0....
This is quite similar to issue #1332 except that the file system in this case is NTFS. ### How to reproduce ### Install ccache and compile on windows with NTFS...
fix #8 A small hack to make DisplacementDeltas work for explicit coupling as well. My question however is, is DisplacementDeltas change in displacement within a sub-cycle or change in displacement...
When installed in a non-system location, pkg-config is not able to find the configuration file. According to pkg-config's manual, "the default is libdir/pkgconfig:datadir/pkgconfig where libdir is the libdir where pkg-config...
**Description of problem** ```rst head ==== :author: auth normal *italic* **bold** ``mono`` ``` ```sh rst2pdf -s dejavu test.rst pdffonts test.pdf ``` My expectation is that, using `dejavu` built-in style sheet...
### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...
Deleting an `Entry` does not seem to remove attachments. ```py import pykeepass kp = pykeepass.create_database("test") e = kp.add_entry(kp.root_group, "title", "username", "password") a = kp.add_binary(b"attachment data bytes string", False, False) e.add_attachment(a,...
# Pull Request Checklist - [x] Ensured **tests pass** and (if applicable) updated functional test output - [x] Conformed to **code style guidelines** by running appropriate linting tools - [x]...
# Pull Request Checklist Resolves: #3004 - [x] Ensured **tests pass** and (if applicable) updated functional test output - [x] Conformed to **code style guidelines** by running appropriate linting tools...
# Pull Request Checklist - [x] Ensured **tests pass** and (if applicable) updated functional test output - [x] Conformed to **code style guidelines** by running appropriate linting tools - [x]...