Drew Devereux
Drew Devereux
Pytest-bdd uses frame inspection to obtain the path to its feature file. This in unreliable because Pytest performs assert rewriting, and caches the rewritten modules. If I run pytest-bdd on...
When in strict mode, mypy objects to imports from transitions with errors like ``` error: Module "transitions.extensions" does not explicitly export attribute "LockedMachine"; implicit reexport disabled [attr-defined] ``` This occurs...
[This block of code](https://github.com/devcontainers/cli/blob/c1c8b08263c6dca7cd79c97a2d0bc581fcef4f6c/src/spec-node/utils.ts#L309-L313) assumes that any image name with only one slash in it cannot possibly be a fully qualified image name, and therefore prepends `docker.io/` to the name....
### Description Since the release of poetry-core v2.0.0, twine can no longer build a poetry package whose source tree contains symlinks outside itself. Previously it could. Now it fails with...
When the `maxcolwidths` argument is used, explicit line breaks are stripped out and replaced with spaces: ``` >>> table = [("a\na", 1), ("b", 2)] >>> print(tabulate(table, tablefmt="grid")) +---+---+ | a...