Ed Morley

Results 642 comments of Ed Morley

@manong-detective Hi! The Python CNB doesn't set any process types/entrypoints, since there isn't a sensible default we can pick (unlike say Node.js apps, where conventions like the `package.json` `scripts.start` entry...

Is the default entrypoint of running the Python repl (the interactive Python terminal) really a useful default though? It seems most of the time you would need to manually specify...

I've reported the Tekton integration bug upstream, at: https://github.com/buildpacks/tekton-integration/issues/41 Closing this out since this was an upstream bug, and there is a workaround (adding a Procfile).

This has been fixed upstream for the HTTP 204 case in https://github.com/ninenines/cowboy/commit/b0519af42a4d3ee7e345967206bd1d0050e9061b (see ninenines/cowboy#1153).

And fixed upstream for the HTTP 304 case in: https://github.com/ninenines/cowboy/commit/292039362a6125dfd0a163d5b0a49b800bf80b11

Thank you for filing an issue! That error message originates from: https://github.com/unbit/uwsgi/blob/39f3ade88c88693f643e70ecf6c36f9b375f00a2/core/static.c#L643 It looks like uWSGI is calling realpath on the paths before checking that the paths exist within the...

Thank you for the extra context. I'll have more of a think about this before picking an option - either way, this issue existing will help others in a similar...

Given that: - uWSGI isn't as commonly used as the other web servers (and the set of users using uWSGI + Django + static files will be even smaller than...

@larsakerson Hi! This GitHub issue is still open, so the feature hasn't been added. Subscribe to this issue to get notified when it's added. (Which will be sometime later this...

Quick status update - preparation for this has been happening in: - https://github.com/heroku/buildpacks-python/pull/229 - https://github.com/heroku/buildpacks-python/pull/233 - https://github.com/heroku/buildpacks-python/pull/241 - https://github.com/heroku/buildpacks-python/pull/243 - https://github.com/heroku/buildpacks-python/pull/256 - https://github.com/heroku/buildpacks-python/pull/257 - https://github.com/heroku/buildpacks-python/pull/258 ...and I have the actual...