Nicholas Felt
Nicholas Felt
After upgrading to v4, the upload step consistently fails with this message: ``` debug - 2024-02-07 17:18:18,054 -- Running preparation plugin: info - 2024-02-07 17:18:18,054 -- Generating coverage.xml report in...
### Description of the bug I have a custom implementation of a cached_property that inherits from `functools.cached_property`. When I decorate a method with this custom decorator, the resulting documentation incorrectly...
### Bug description ```python After upgrading to `typing_extensions==4.12.0`, pylint is raising the following error for `TypeVar`s that have default values: E1123: Unexpected keyword argument 'default' in constructor call (unexpected-keyword-arg) ```...
## Bug Report ### Description I am trying to automate updating version numbers in GitHub actions usage when a new build is created by using a custom script that is...
The alerts that display on the main page of the repository are not displaying properly on PyPI GitHub: https://github.com/tektronix/tm_devices PyPI: https://pypi.org/project/tm-devices/
### Is your feature request related to a problem? Please describe. When I create an inheritance diagram, I have so many parent classes due to Mixins that I can't read...
I am hosting documentation on readthedocs.io [here](https://tm-data-types.readthedocs.io/stable/) and it does not have the GitHub link and prev/next buttons on the bottom of the nav panel. However, when I build the...
**Describe the bug** `npm install --global @mermaid-js/mermaid-cli` fails with the following error: ``` npm error code 127 npm error path /opt/hostedtoolcache/node/20.19.1/x[6](https://github.com/tektronix/python-package-ci-cd/actions/runs/14739919676/job/41375118061#step:4:7)4/lib/node_modules/@mermaid-js/mermaid-cli/node_modules/cytoscape npm error command failed npm error command sh -c...
When trying to use `[pytest-playwright-asyncio](https://pypi.org/project/pytest-playwright-asyncio/)`, a `ValueError` is raised due to a duplicate option name: ``` Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line...