Evan Jones

Results 55 comments of Evan Jones

Ah yes. I just ran into this. The workaround is to update `python` to point to `python3` with: ``` update-alternatives --install /usr/bin/python python /usr/bin/python3 0 ``` It seems like this...

This issue really made me sad, because I don't like the shell being there either. However, I needed this to get `gunicorn` to work, which is a pretty widely used...

This would be an incompatibility with standard Python. It probably would not affect most programs, but I am sure there are programs and libraries out there that depend on this...

My recollection is that PEX removes `site-packages` from `sys.path` in an attempt to avoid this problem. In theory, it only uses the "standard library" from the Python interpreter, and assumes...

I do not. I have made some small changes to distroless as a volunteer. The current python image meets my needs. Sorry!

FWIW: It is possible to wrap the existing JSON encoder to hack stack traces. I've done this to format stacks so they get picked up by Google Cloud's Stackdriver Error...

It looks like the marketplace container has not been updated for over a year. Maybe the documentation in this repository should remove links to it? It seems like this bazel...

Good question. I haven't followed python3 closely in a while, so this could have changed. There are two things that removing dash will break: 1. Anything that calls os.system() or...

This conflicts with https://github.com/confluentinc/confluent-kafka-go/pull/1109 because it edits the documentation of some constants. I think that PR should be merged first, then I will rebase and/or fix the merge conflicts here...

This is my first PR against RocksDB. I have signed the CLA, and my employer (Datadog) has also apparently signed the Facebook CLA. Thanks!