Daniel Hoherd

Results 124 comments of Daniel Hoherd

That site used to link to this long PDF which does not appear in any GH searches, though I suppose it could be in a non-default branch like gh-pages or...

I'm also experiencing this on the CLI. EG: ``` $ termgraph --version termgraph v0.5.3 $ cat data.txt 2024-07-23T12:48:01-04:00 2.27 97.73 2024-07-23T14:48:01-04:00 9.3 90.7 2024-07-23T16:48:01-04:00 12.93 87.07 2024-07-23T18:48:01-04:00 19.72 80.28 2024-07-23T20:48:01-04:00...

@bmatsuo any chance you can glance at this and respond?

## Workaround / fix I have verified with 62.1.0 that changing `$HOME/.local/lib/python3.10/site-packages/distutils-precedence.pth` from: ``` import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get(var, 'local') == 'local'; enabled and __import__('_distutils_hack').add_shim(); ``` to...

@abravalheri I was able to replicate your fedora experiment. You may be right that this is specific to debian distros, but it seems only new distros. I was not able...

The following snip passes on every failing debian based image listed above: `docker run -e SETUPTOOLS_USE_DISTUTILS=stdlib --rm -ti "$IMAGE" /bin/bash -xc 'apt-get update && apt-get install -y python3 python3-pip tree...

I saw a setuptools CVE today so I came back to revisit this, and it appears that this is no longer an issue on ubuntu 22.04 with all the latest...

Is it possible this is due to double quoting issues? I just noticed a potential bug in a CI pipeline we have where we do `-b "$body"`, but any double-quotes...

@pgvishnuram the PR description needs to be completed before merging this.