David Hotham
David Hotham
### What happened? The docs claim that the default distribution used is k3s. But it isn't, it is k8s. ### What did you expect to happen? I expected the docs...
### Windows Terminal version 1.20.11781.0 ### Windows build number 10.0.22631.3880 ### Other Software _No response_ ### Steps to reproduce maximize window, read text ### Expected Behavior whole of text visible...
time to find out what is broken at python 3.13
updates most dependencies I've ducked a couple - latest `lsp-types` is 0.97.0 - latest `logos` is 0.14.0 in both cases, upgrading taplo to the next available version introduces more breaking...
the switch to poetry at #63 seems to have been a bit half-finished, and has left this project in a confusing state in particular, https://pypi.org/project/okta-jwt-verifier/0.2.6/#files has both okta_jwt_verifier-0.2.6-py3-none-any.whl (built by...
sometimes `uv tree` will decline to say anything ```toml [project] name = "foo" version = "0.1.0" requires-python = ">=3.13" dependencies = [ "aiohttp>=3.9.5", ] ``` ```shell $ uv tree #...
Azure cache for redis supports authentication using microsoft entra tokens, it would be great if I could make use of that with this client. https://learn.microsoft.com/en-us/azure/azure-cache-for-redis/cache-azure-active-directory-for-authentication#microsoft-entra-client-workflow describes what needs doing, providing...
since #2979 this project pins to a version of pyopenssl that does not exist per https://pypi.org/project/pyOpenSSL/#history, the latest version at time of that commit - as today - is 24.2.1....
looking at the history, it seems as though the intention is to publish updated data on the first of each month. Last update was 1st July.
Pep 753
companion to https://github.com/python-poetry/poetry-core/pull/807 ## Summary by Sourcery Chores: - Standardize metadata fields to adhere to PEP 753.