Jason R. Coombs

Results 1062 comments of Jason R. Coombs

I encountered this issue again today in jaraco/jaraco.home@33fb951.

I'll offer a $50 bounty for an accepted PR on this issue.

> Unfortunately due to my novice programming experience I don't know what "capturing the new expectation" means...Not joking sadly. Understood. What I mean is that this change introduces a "new...

Please consider contributing this fix or others to the revived project at [coherent-oss](/coherent-oss/pytest-flake8).

@miccoli: If this ticket describes the issue, it's still open. A PR would be most appreciated.

I can confirm the issue still exists, even when building using the PEP 517 builder: ``` draft @ cat > MANIFEST.in include foo*.txt include bar*.txt draft @ cat > pyproject.toml...

I ran into this error too, when putting a large file. I'd previously succeeded in putting a 96GB file. I'm now putting a 56GB file and part way through the...

I'm getting started with this issue. Attempting to follow the repro instructions, I first don't want to run `pip install pyodide-build`, because that implies installing to a system Python or...

Attempting to editable-install micropip to the target environment, I encountered another issue. The metadata fails to uninstall due to pip not finding the required 'name' metadata. ``` draft @ .venv/bin/pip...

If I apply this diff: ```diff micropip main @ git diff diff --git a/micropip/_commands/freeze.py b/micropip/_commands/freeze.py index 4a49dc5..6c2804a 100644 --- a/micropip/_commands/freeze.py +++ b/micropip/_commands/freeze.py @@ -26,11 +26,7 @@ def freeze() -> str:...