Results 148 issues of Nathaniel J. Smith

The [JSCM format](https://github.com/njsmith/json-cm/blob/master/json-cm-spec.md) has various metadata besides just name: license, description, credits, whether or not the colormap is red-green colorblind friendly, etc. We should provide a UI for the user...

enhancement

Not sure if we want to push forward on this or not right now, but I don't want it to get lost, so parking it here. [](https://reviewable.io/reviews/pypa/interoperability-peps/57)

sdist

We should use this to explicitly enable ptracing by the child on the parent, to make it easier to get this working inside containers or under yama.

We should allow logging stalls to sentry

This script sets up a trivial hypercorn server that just sleeps when a request arrives, and a client that sends a `Upgrade: websocket` request that has an extra byte of...

I was looking at migrating from RTD to sphinxcontrib-versioning, but my [project](https://trio.readthedocs.io) makes extensive use of autodoc, and I was running into problems due to this. RTD always sets up...

Currently we handle all our on-disk storage through the `KVFileStore` and `KVDirStore` abstractions. They're both basically key->value mappings, where the value is either a file or a directory respectively. They...

Currently, distutils/setuptools are buggy when run inside a relocatable Python. For example, https://github.com/pypa/setuptools/issues/3786, though there may be others. Ultimately we should fix distutils/setuptools. And as a temporary workaround, posy's PEP...

This is more of a long-term question, but WASM-cpython is becoming more of a thing, and it's interesting to think about how it would work to support it. CC @ethanhs...

Should we have one `EnvForest` per project, or one per user? Benefits of one-per-project: - Deleting the project directory means everything is gone - ...copying the project directory means you...