Kurt McKee
Kurt McKee
This PR introduces the following changes: * Add full support for Windows Powershell (CPython 3.8+) and Cygwin (CPython 2.7+, PyPy 2.7, and PyPy 3.9). * Migrate all existing unit tests...
This issue tracks development for testing on Windows. This type of ticket typically generates a lot of traffic, so please only contribute to the technical discussion. ## Targets * [x]...
On Windows, `os.readlink()` returns a UNC path that never matches the anticipated symlink destination. This causes dotbot to always recreate the links (example dotbot output below): ``` Incorrect link ~/.gitconfig...
_**This will likely be a breaking change.**_ feedparser's HTML sanitizing should not rely on custom internal code anymore. Using an external package like bleach will allow feedparser to focus more...
*Description of changes:* ```diff - Each output value has [...] a Value attribute that contains declaration + Each output value has [...] a Value attribute that contains a declaration ```...
CloudWatch Logs Insights supports [a query language](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL_QuerySyntax.html) that doesn't appear to be implemented in Pygments yet. > ### Note: > > I intend to implement this and will track progress...
# Description Drop CI testing for Python 2.7 and Python 3.6, which have both reached end-of-life status. In addition, this adds a CHANGELOG, which is critical file to have for...
This allows plugins to re-instantiate the Dispatcher (or, now, use the instance cached in `current_dispatcher`) without knowing what plugins have been loaded by dotbot. This fixes plugins that want to...
git pre-commit hooks can catch linting issues on developer PCs before they're ever committed to the repo. [pre-commit](https://pre-commit.com/) is a widely-used tool that allows projects to specify all of the...
After cloning the cachetools repo, I created a virtual environment named `.venv/` and ran the test suite. The flake8 test failed because it scanned the entire `.venv/` subdirectory, which was...