Stephen Finucane
Stephen Finucane
Open two folders with two tag files and overlapping symbols. Attempt to navigate to a symbol in folder A that's duplicated in folder B. It will open folder B's version....
Anyone have good ideas for release names? I'm using superheroes at the moment and I think we can do better!
Each command should exist in its own file, as seen in [Anaconda](https://github.com/DamnWidget/anaconda/tree/master/commands). Move each command to a separate file in a `commands` folder.
The facility exists to change the name of the generated tag files (via the setting file, which in turn is used by the `-f` parameter of `ctags`). However only the...
This is isn't really necessary, but it does make the necessary requirements a little more discoverable and allows dependent libraries and projects to avoid "vendoring" dogpile's own dependencies.
### Feature or Bugfix - Refactoring ### Purpose We provide a `path2doc` helper to convert filenames to their equivalent "docnames". However, we do this translation manually in a few places....
This is the openapi-core counterpart to https://github.com/p1c2u/openapi-schema-validator/pull/55. I'm not sure if this is really needed, since a fix in `openapi-schema-validator` would fix this. I had it drafted though so I...
## Issue Consider the following toy `tox.ini`: ```ini [testenv] skip_install = true allowlist_externals = echo commands = echo "base testenv" [testenv:functional{-py310}] commands = echo "functional testenv" ``` This _should_ result...
To determine whether we have been given a valid *env*, we compare the *factors* of the *env* to our known set of *factors*. If a testenv contains a series of...
## Issue I'm using [`pbr`](https://pypi.org/project/pbr/) for a number of projects. I've observed that when using this with tox 4.x, the package fails to build with the following error message being...