David Hotham
David Hotham
as encountered in the wild with swat 1.12.1 and reported at https://github.com/python-poetry/poetry/issues/7778 - `RECORDS` contains lines like ``` swat-1.12.1.dist-info/METADATA,sha=c2717134222c10492eaaea1040f6d2b1cd077054f1e7e4ea4f8b1cc48498282f,7737 ``` which (among other things wrong with it) says `sha` where...
I happened to have some structures that were not `Clone`. `genevo` does not actually require these bounds - as proved by simply removing them. So no need to impose them.
- use of `setup.py` as a command line tool is deprecated - project does not require `setuptools` - publish a wheel
Azure cache for redis supports authentication using microsoft entra tokens, it would be great if I could make use of that with django + channels https://learn.microsoft.com/en-us/azure/azure-cache-for-redis/cache-azure-active-directory-for-authentication#microsoft-entra-client-workflow describes what the client...
Sorry for the clumsy title! ```yaml foo: [ ] ``` is successfully parsed by all the other parsers that I have found, as being equivalent to `foo: []` But this...
following through on #8987 remaining uses of pip in poetry - installation of the managed package, when that package has a build script: [here](https://github.com/python-poetry/poetry/blob/43dd8cce4f04120ee698609fa0a0a66063e80dcd/src/poetry/masonry/builders/editable.py#L102) - uninstalling packages: [here](https://github.com/python-poetry/poetry/blob/43dd8cce4f04120ee698609fa0a0a66063e80dcd/src/poetry/installation/executor.py#L592) desirable to...
it is currently mildly inconsistent that poetry defaults to installing setuptools in newly created environments, but then removing it at `poetry install --sync` the direction of travel is that setuptools...
This is intended mostly as a simplification: now that the pep658 backfill is complete we have two ways of accessing essentially the same information, and it is better to have...
so far as I can see the only achievement of the `SimpleRepositoryPage` is to add an unwanted trailing slash, making it impossible to use files rather than directories as single...
cf #43