Jason R. Coombs

Results 1062 comments of Jason R. Coombs

I’m not sure when I’ll get to it. If you don't mind filling the issue, I expect your context about the issue would be more valuable than mine. If you...

Failing integration test seems to be due to https://github.com/pypa/setuptools/pull/4286.

It seems that pkginfo 1.11 has added forward-compatibility for future metadata versions (along with a warning). Assuming #1123 is adopted, it's been suggested that twine set `pkginfo >= 1.11` as...

I thought of another alternative: - for those rare cases where an individual wishes to bulk update projects, allow them to supply a SQL query or CSV that the administrators...

> It doesn't compile on Windows due to the use of `nix` crate. Maybe "Compile and run on Windows" (or similar) should be a separate issue in this milestone? The...

Today I created a .venv and ran `py -m pip -V` to confirm it was using the venv before I realized I wasn't using python-launcher, but was instead using the...

Perhaps another way to tackle this problem could be to migrate venvs to use `bin/` instead of `Scripts/`. Reduce the divergence across platforms and save the hassle of the divergent...

> @jaraco any chance you're building inside of WSL? I'm asking because I'm surprised that it tries to build `x86_64-pc-windows-gnu` instead of the msvc target. Definitely not. I'm using a...

> then you setup rust with `windows-gnu` It sounds like maybe Chocolatey's default install of rust configures for `windows-gnu`. I'm slightly surprised that choice is made; I've always considered MinGW...