Kyle King
Kyle King
That would be great and I would be open to PRs! I don’t have a use case for Excel, so I wouldn’t make the changes otherwise
I would also like to see something like "show install command". `mdformat` and `poetry` have similar plugin behavior to `pytest`. Comparing pipx and uv: ``` > pipx install mdformat >...
~~One hackish workaround for `uv` might be to use:~~ (**correction**: this only worked because I had separately experimented with `uv tool run`. Tested with `uv tool install --with pytest-sugar pytest`...
In case this helps as another example, I can't run pytest on Windows 10 with PyWinAuto without seeing the Fatal exception/ValueError Minimum example: ```py import logging import pytest from pywinauto.application...
Thanks, the fatal error still occurs with the `-s` or `--capture=no` flags so likely not be within the scope for this issue I think the root cause is due to...
I'm having trouble replicating the Fatal Exception from comtypes without running pytest. I've experimented with calling the method in a thread, but the script doesn't report an error. I created...
Relatedly, I recently learned that you can set `TF_PLUGIN_CACHE_DIR`. Terraform will symlink the providers from the specified cache reducing used disk space and improving `tf init` performance Documentation: https://developer.hashicorp.com/terraform/cli/config/config-file#provider-plugin-cache
I agree that mdformat-mkdocs is probably the right place for any mkdocs-specific implementations I’m happy to accept PRs and answer questions as well!