Jeff Widman
Jeff Widman
I recently learned that there's an actual difference between marking a test as `pending()` (test runs, expected to fail) vs `skip()` (test doesn't run). However, this isn't clear from the...
We should consider moving this repo into https://github.com/dependabot-fixtures No rush on this, as there's a chance we may decide to go the other way and move the fixtures into this...
For major versions > 1, the `go` convention is that the module path should have a suffix with the major version. Since the published version is currently `4.4.2`, that means...
The PR description for https://github.com/dependabot/dependabot-core/pull/5879 says it's bumping to `5.0.1`, but it's actually bumping to `3.0.1` and `4.1.1`. The string "Updates ansi-regex from 3.0.0 to 5.0.1" should probably say "Updates...
**Description:** People copy/paste these values all the time... might as well start them off on the right foot with a modern default. **Related issue:** N/A **Check list:** - [ ]...
I was surprised to notice that on a Macbook M1, if I install `virtualenvwrapper` via `brew install virtualenvwrapper` that the `python` module doesn't pick it up. For it to work,...
### Code improvement description Python 3.8 is now EOL'd by upstream: * https://discuss.python.org/t/python-3-8-is-now-officially-eol/66983 * https://peps.python.org/pep-0569/ * https://devguide.python.org/versions/ So we should probably: 1. Pick a "drop" date when we officially drop...
I see https://rubygems.org/gems/twirp/versions/1.12.0, but nothing on https://github.com/arthurnn/twirp-ruby/releases so unclear what's changed...
Just got this in my email: > Hello, > We are announcing the deprecation of projects using Sphinx or MkDocs without an explicit configuration in their .readthedocs.yaml file. After January...
Feature idea/discussion: Should enabling the docker module in prezto enable the docker completions for zsh? Currently, enabling zsh completion for Docker is a manual process of copying files or creating...