Ed Morley

Results 459 comments of Ed Morley

Also I think a clearer explicit call-out at the top of the release notes would be helpful: https://github.com/pypa/pipenv/releases/tag/v2023.11.17 Currently the only mention is this: > Update release script to enforce...

In fact, it seems even if I explicitly specify `editable = false` (ie: `mypackage = {file = "packages/mypackage", editable = false}`), the dependency is still always installed in editable mode...

@matteius Thank you for replying. It's slightly concerning to hear that this was in fact an intentional change after all, given that: 1. It wasn't documented in the changelog or...

I'm not entirely sure of the best way to check. It sounds like Pipenv has little to no existing test coverage of editable installs, which is a bit concerning? (Not...

@ericwb Hi! Thank you for filing this, and sorry for the delay (I was away). You are correct that env vars are filtered out in this buildpack at present for...

Also worth noting is that if I switch from `CompressedStaticFilesMixin` back to `ManifestStaticFilesStorage`, and instead manually run `python -m whitenoise.compress ` afterwards, the total time taken is 12% faster --...

> Moving onto the standalone compressor (which we use on the output of a webpack build, for the SPA part of the project): Breakdown of `python -m whitenoise.compress dist/` times:...

@evansd I have a multi-threading solution locally that uses `multiprocessing.dummy` which is present in the stdlib for both Python 2 and 3, however it's not great (eg doesn't raise child...

The builder repo's tests are run every day, and they include a smoke test that builds the Ruby getting started guide. We'll also be adding Direwolf CNB tests in the...

Hi! In #4 a `dev-requirements.txt` was added and the README updated with contributing setup steps. With this, I wonder if a Docker environment is overkill? For anyone with an existing...