Jeff Widman

Results 119 issues of Jeff Widman

@bschoening reminded me that this project still uses `setup.py` and `setup.cfg`... modern python packaging seems to be standardizing on `pyproject.toml`, so should migrate fully to that at some point...

FYI: I've started a discussion with the cassandra team about upstreaming this project into core here: https://issues.apache.org/jira/browse/CASSANDRA-18654

As demonstrated in #11, we need some sort of basic sanity checking for PRs. Ideally we test each PR against all versions of python it claims to support. That way,...

I noticed that we're not ensuring the docs build under `3.12`, plus `24.04` will be released later this month (although may take RTD a bit longer to pull it in)....

I noticed that there's no RTD CI check that runs on every PR. I realize there is a check to ensure docs build successfully, but that only checks local builds....

I saw this on the home page: ![Image](https://github.com/FactoryBoy/factory_boy/assets/483314/85a5d333-95b2-4dfb-a49e-bd9aecf207e1) I assume this was an accidental oversight... Or is there a reason this isn't currently enabled? On other projects I help maintain,...

Removing the hardcoded fallback to `"master"` branch name for the npm `FileParser`. This appears to be the final remaining hardcoded reference to `master` in this repo. Originally I assumed we'd...

L: javascript:npm
L: javascript
Epic

### Code improvement description This is mostly a brain dump of a bunch of research I did this evening around the current state of PyPI APIs as part of https://github.com/dependabot/dependabot-core/issues/5723...

L: python:pip
L: python:poetry
python
T: tech-debt ⚙️
F: package-metadata
L: python:pipenv
L:python:pip-compile

Today we support both Composer v1 and v2. However, Composer v1 is [deprecated as of Feb 25, 2021](https://blog.packagist.com/deprecating-composer-1-support/). At some point we'll stop supporting it here in `dependabot-core` as well....

L: php:composer
T: tech-debt ⚙️

We are currently on `7.4` which has been EOL'd by upstream in Nov 2022: * https://www.php.net/eol.php * https://www.php.net/supported-versions.php There is no newer version of the `7.x` series, so we have...

L: php:composer