Jeremy Fleischman
Jeremy Fleischman
I hope this isn't too controversial: I personally have this `ASDF_PYTHON_PATCHES_DIRECTORY` globally set up on my machine, which is super useful when I install/reinstall random versions of Python, but is...
First off: thanks for a wonderful tool with tons of documentation! I'm just getting my feet wet with PTA, and this tool and its community resources have been great. I'm...
Title pretty much says it all. Ideally this gets done in as twisty-independent a way as possible.
Right now I have to keep my text editor's autoformatting code in sync with my project's Makefile to invoke `shfmt`. It would be nice to keep that version controlled on...
NOTE: There are a few commits from https://github.com/asdf-community/asdf-direnv/pull/157 in this PR. They will go away once https://github.com/asdf-community/asdf-direnv/pull/157 is merged up. This fixes https://github.com/asdf-community/asdf-direnv/issues/156 For some reason, it was super hard...
I hope this is uncontroversial!
To reproduce: ``` $ asdf direnv local python 3.8.10 ``` Switch to a version of python we don't have installed: ``` $ echo "python 3.8.11" > .tool-versions direnv: loading ~/tmp/demo/.envrc...
I reported this bug about pipenv behaving non-deterministically a while ago: https://github.com/pypa/pipenv/issues/4967. [@matteius](https://github.com/pypa/pipenv/issues/4967#issuecomment-1104663451) and [I](https://github.com/pypa/pipenv/issues/4967#issuecomment-1112793695) both thought that it was fixed by upgrading to a vendored pip 22.x, but I...
Check this out: ```python $ time pytest =============================================== test session starts ================================================ platform linux -- Python 3.8.10, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 rootdir: /home/jeremy/src/github.com/pypa/pipenv, configfile: setup.cfg, testpaths: tests plugins: timeout-2.0.1, xdist-2.4.0, flaky-3.7.0,...
We recently noticed that repeated runs of our webpack build do not always produce the same compiled javascript. After much digging, we eventually traced it back to this plugin. The...